Searched refs:swap_ranges (Results 1 - 4 of 4) sorted by relevance

/external/stlport/test/unit/
H A Dswap_test.cpp59 swap_ranges((char*)word1, (char*)word1 + ::strlen(word1), (char*)word2);
/external/llvm/lib/Support/
H A DSmallPtrSet.cpp265 std::swap_ranges(this->SmallArray, this->SmallArray+this->CurArraySize,
/external/stlport/stlport/stl/
H A D_algo.h157 // swap_ranges
160 swap_ranges(_ForwardIter1 __first1, _ForwardIter1 __last1, _ForwardIter2 __first2) { function
H A D_algo.c457 _STLP_STD::swap_ranges(__first, __middle, __middle);

Completed in 134 milliseconds