Home
last modified time | relevance | path

Searched defs:stable_sort (Results 1 – 12 of 12) sorted by relevance

/external/sdv/vsomeip/third_party/boost/range/include/boost/range/algorithm/
Dstable_sort.hpp30 inline RandomAccessRange& stable_sort(RandomAccessRange& rng) in stable_sort() function
39 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng) in stable_sort() function
48 inline RandomAccessRange& stable_sort(RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
57 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
/external/cronet/stable/third_party/libc++/src/include/__algorithm/
Dstable_sort.h259 stable_sort(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) { in stable_sort() function
264 inline _LIBCPP_HIDE_FROM_ABI void stable_sort(_RandomAccessIterator __first, _RandomAccessIterator … in stable_sort() function
Dpstl.h584 stable_sort(_ExecutionPolicy&& __policy, _RandomAccessIterator __first, _RandomAccessIterator __las… in stable_sort() function
596 stable_sort(_ExecutionPolicy&& __policy, _RandomAccessIterator __first, _RandomAccessIterator __las… in stable_sort() function
/external/cronet/tot/third_party/libc++/src/include/__algorithm/
Dstable_sort.h259 stable_sort(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) { in stable_sort() function
264 inline _LIBCPP_HIDE_FROM_ABI void stable_sort(_RandomAccessIterator __first, _RandomAccessIterator … in stable_sort() function
Dpstl.h584 stable_sort(_ExecutionPolicy&& __policy, _RandomAccessIterator __first, _RandomAccessIterator __las… in stable_sort() function
596 stable_sort(_ExecutionPolicy&& __policy, _RandomAccessIterator __first, _RandomAccessIterator __las… in stable_sort() function
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__algorithm/
Dstable_sort.h260 stable_sort(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) { in stable_sort() function
265 inline _LIBCPP_HIDE_FROM_ABI void stable_sort(_RandomAccessIterator __first, _RandomAccessIterator … in stable_sort() function
Dpstl.h584 stable_sort(_ExecutionPolicy&& __policy, _RandomAccessIterator __first, _RandomAccessIterator __las… in stable_sort() function
596 stable_sort(_ExecutionPolicy&& __policy, _RandomAccessIterator __first, _RandomAccessIterator __las… in stable_sort() function
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__algorithm/
Dstable_sort.h260 stable_sort(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) { in stable_sort() function
265 inline _LIBCPP_HIDE_FROM_ABI void stable_sort(_RandomAccessIterator __first, _RandomAccessIterator … in stable_sort() function
Dpstl.h584 stable_sort(_ExecutionPolicy&& __policy, _RandomAccessIterator __first, _RandomAccessIterator __las… in stable_sort() function
596 stable_sort(_ExecutionPolicy&& __policy, _RandomAccessIterator __first, _RandomAccessIterator __las… in stable_sort() function
/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/stl/algorithm/
Dtransformation.hpp614 struct stable_sort struct
616 typedef void result_type;
619 void operator()(R& r) const in operator ()()
625 void operator()(R& r, C c) const in operator ()()
/external/libcxx/fuzzing/
Dfuzzing.cpp176 int stable_sort(const uint8_t *data, size_t size) in stable_sort() function
/external/sdv/vsomeip/third_party/boost/move/include/boost/move/algo/detail/
Dadaptive_sort_merge.hpp589 void stable_sort( RandIt first, RandIt last, Compare comp, XBuf & xbuf) in stable_sort() function