Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/stlport/test/unit/
H A Dsort_test.cpp162 struct SortTestAux { struct
163 SortTestAux (bool &b) : _b(b) in SortTestAux() argument
166 SortTestAux (SortTestAux const&other) : _b(other._b) { in SortTestAux() argument
174 SortTestAux& operator = (SortTestAux const&); argument
184 SortTestAux instance(copy_constructor_called); in sort4()
185 SortTestAux &r_instance = instance; in sort4()
186 SortTestAux const& rc_instance = instance; in sort4()