Home
last modified time | relevance | path

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

/external/stlport/test/unit/
Dalg_test.cpp206 struct MyIntComparable { struct
207 MyIntComparable(int val) : _val(val) {} in MyIntComparable() function
208 bool operator == (const MyIntComparable& other) const in operator ==() argument
212 int _val;