HomeSort by relevance Sort by last modified time
    Searched refs:SortTestAux (Results 1 - 3 of 3) sorted by null

  /external/stlport/test/unit/
sort_test.cpp 159 * _Tp of the SortTestFunc has to be SortTestAux without any
162 struct SortTestAux {
163 SortTestAux (bool &b) : _b(b)
166 SortTestAux (SortTestAux const&other) : _b(other._b) {
174 SortTestAux& operator = (SortTestAux const&);
184 SortTestAux instance(copy_constructor_called);
185 SortTestAux &r_instance = instance;
186 SortTestAux const& rc_instance = instance
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
sort_test.cpp 159 * _Tp of the SortTestFunc has to be SortTestAux without any
162 struct SortTestAux {
163 SortTestAux (bool &b) : _b(b)
166 SortTestAux (SortTestAux const&other) : _b(other._b) {
174 SortTestAux& operator = (SortTestAux const&);
184 SortTestAux instance(copy_constructor_called);
185 SortTestAux &r_instance = instance;
186 SortTestAux const& rc_instance = instance
    [all...]
  /ndk/tests/device/test-stlport/unit/
sort_test.cpp 159 * _Tp of the SortTestFunc has to be SortTestAux without any
162 struct SortTestAux {
163 SortTestAux (bool &b) : _b(b)
166 SortTestAux (SortTestAux const&other) : _b(other._b) {
174 SortTestAux& operator = (SortTestAux const&);
184 SortTestAux instance(copy_constructor_called);
185 SortTestAux &r_instance = instance;
186 SortTestAux const& rc_instance = instance
    [all...]

Completed in 1747 milliseconds