Searched defs:CompareTypePointers (Results 1 – 3 of 3) sorted by relevance
56 struct CompareTypePointers { struct57 bool operator()(const Type* lhs, const Type* rhs) const { in operator()