Searched defs:SortTestAux (Results 1 – 2 of 2) sorted by relevance
162 struct SortTestAux { struct163 SortTestAux (bool &b) : _b(b) in SortTestAux() function166 SortTestAux (SortTestAux const&other) : _b(other._b) { in SortTestAux() argument174 SortTestAux& operator = (SortTestAux const&); argument