Home
last modified time | relevance | path

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

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