Searched refs:MyIntComparable (Results 1 – 1 of 1) sorted by relevance
206 struct MyIntComparable { struct207 MyIntComparable(int val) : _val(val) {} in MyIntComparable() argument208 bool operator == (const MyIntComparable& other) const in operator ==() argument322 vector<MyIntComparable> intv; in find_first_of_test()328 vector<MyIntComparable>::iterator first; in find_first_of_test()