Home
last modified time | relevance | path

Searched defs:IntPointer (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/base/memory/
H A Dvalues_equivalent_unittest.cc65 class IntPointer { in TEST() class
67 explicit IntPointer(int* pointer) : pointer_(pointer) {} in TEST() function in base::TEST::IntPointer