Home
last modified time | relevance | path

Searched defs:sort (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
D_list.h306 void sort() { _M_impl.sort(); } in sort() function
321 void sort(_StrictWeakOrdering __comp) in sort() function
D_slist.h386 void sort() {_M_impl.sort(); } in sort() function
402 void sort(_StrictWeakOrdering __comp) in sort() function
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_list.h429 void sort() { in sort() function
480 void sort(_StrictWeakOrdering __comp) { in sort() function
D_slist.h545 void sort() { in sort() function
600 void sort(_StrictWeakOrdering __comp) in sort() function
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_algo.c993 void sort(_RandomAccessIter __first, _RandomAccessIter __last) { in sort() function
1006 void sort(_RandomAccessIter __first, _RandomAccessIter __last, _Compare __comp) { in sort() function