Searched defs:CompareTestSuitesByPointer (Results 1 – 1 of 1) sorted by relevance
829 struct CompareTestSuitesByPointer { struct830 bool operator()(const TestSuite* lhs, const TestSuite* rhs) const { in operator()