Searched defs:IntPointer (Results 1 – 1 of 1) sorted by relevance
65 class IntPointer { in TEST() class67 explicit IntPointer(int* pointer) : pointer_(pointer) {} in TEST() function in base::TEST::IntPointer