Home
last modified time | relevance | path

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

/ndk/tests/device/test-gnustl-full/unit/
Dsort_test.cpp162 struct SortTestAux { struct
163 SortTestAux (bool &b) : _b(b) in SortTestAux() function
166 SortTestAux (SortTestAux const&other) : _b(other._b) { in SortTestAux() argument
174 SortTestAux& operator = (SortTestAux const&); argument
/ndk/tests/device/test-stlport/unit/
Dsort_test.cpp162 struct SortTestAux { struct
163 SortTestAux (bool &b) : _b(b) in SortTestAux() function
166 SortTestAux (SortTestAux const&other) : _b(other._b) { in SortTestAux() argument
174 SortTestAux& operator = (SortTestAux const&); argument