Searched defs:IntPtrCmp (Results 1 – 3 of 3) sorted by relevance
3058 struct IntPtrCmp { in TEST() struct3059 bool operator()(int *lhs, int *rhs) const { return *lhs < *rhs; } in TEST()