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

/external/stlport/test/unit/
H A Dsort_test.cpp159 * _Tp of the SortTestFunc has to be SortTestAux without any
162 struct SortTestAux { struct
163 SortTestAux (bool &b) : _b(b) function in struct:SortTestAux
166 SortTestAux (SortTestAux const&other) : _b(other._b) { function in struct:SortTestAux
174 SortTestAux& operator = (SortTestAux const&);
184 SortTestAux instance(copy_constructor_called);
185 SortTestAux &r_instance = instance;
186 SortTestAux cons
[all...]

Completed in 97 milliseconds