Searched defs:reverse (Results 1 - 7 of 7) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_algo.h310 // reverse and reverse_copy, and their auxiliary functions
332 reverse(_BidirectionalIter __first, _BidirectionalIter __last) { function
H A D_list.h651 void reverse() { function in class:list
H A D_slist.h781 void reverse() { function in class:slist
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_list.h412 void reverse() { function in class:list
413 _M_non_dbg_impl.reverse();
H A D_slist.h499 void reverse() function in class:slist
500 { _M_non_dbg_impl.reverse(); }
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
H A D_list.h305 void reverse() { _M_impl.reverse(); } function in class:list
H A D_slist.h381 void reverse() { _M_impl.reverse(); } function in class:slist

Completed in 229 milliseconds