Searched refs:MyIntComparable (Results 1 - 1 of 1) sorted by relevance

/external/stlport/test/unit/
H A Dalg_test.cpp206 struct MyIntComparable { struct
207 MyIntComparable(int val) : _val(val) {} function in struct:MyIntComparable
208 bool operator == (const MyIntComparable& other) const
322 vector<MyIntComparable> intv;
328 vector<MyIntComparable>::iterator first;

Completed in 147 milliseconds