Home
last modified time | relevance | path

Searched defs:is_sorted (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/boost/range/algorithm_ext/
Dis_sorted.hpp32 inline bool is_sorted(const SinglePassRange& rng) in is_sorted() function
42 inline bool is_sorted(const SinglePassRange& rng, BinaryPredicate pred) in is_sorted() function
/third_party/boost/libs/compute/include/boost/compute/algorithm/
Dis_sorted.hpp40 inline bool is_sorted(InputIterator first, in is_sorted() function
56 inline bool is_sorted(InputIterator first, in is_sorted() function
/third_party/boost/boost/compute/algorithm/
Dis_sorted.hpp40 inline bool is_sorted(InputIterator first, in is_sorted() function
56 inline bool is_sorted(InputIterator first, in is_sorted() function
/third_party/boost/boost/algorithm/cxx11/
Dis_sorted.hpp73 BOOST_CXX14_CONSTEXPR bool is_sorted ( ForwardIterator first, ForwardIterator last, Pred p ) in is_sorted() function
85 BOOST_CXX14_CONSTEXPR bool is_sorted ( ForwardIterator first, ForwardIterator last ) in is_sorted() function
131 is_sorted ( const R &range, Pred p ) in is_sorted() function
143 BOOST_CXX14_CONSTEXPR bool is_sorted ( const R &range ) in is_sorted() function
/third_party/boost/boost/detail/
Dis_sorted.hpp42 inline bool is_sorted (Iterator first, Iterator last, Comp c) { in is_sorted() function
47 inline bool is_sorted (Iterator first, Iterator last) { in is_sorted() function
/third_party/boost/boost/move/algo/detail/
Dis_sorted.hpp25 bool is_sorted(ForwardIt const first, ForwardIt last, Pred pred) in is_sorted() function
Dadaptive_sort_merge.hpp94 bool is_sorted(::order_perf_type *first, ::order_perf_type *last, ::order_type_less) in is_sorted() function
/third_party/boost/boost/container/detail/
Dis_sorted.hpp26 bool is_sorted (ForwardIterator first, ForwardIterator last, Pred pred) in is_sorted() function
/third_party/boost/boost/accumulators/statistics/
Dtail.hpp276 ar & is_sorted; in serialize() local
282 mutable bool is_sorted; member
/third_party/boost/libs/sort/example/
Dparallelint.cpp26 bool is_sorted(const std::vector<DATA_TYPE> &array) { in is_sorted() function
Dparallelstring.cpp28 static bool is_sorted(const std::vector<DATA_TYPE> &array) { in is_sorted() function
/third_party/boost/libs/multi_index/test/
Dtest_list_ops.cpp51 bool is_sorted( in is_sorted() function
/third_party/boost/libs/ptr_container/test/
Dsequence_test_data.hpp234 bool is_sorted( const C& c ) in is_sorted() function
/third_party/glib/tests/
Dthreadpool-test.c208 gboolean is_sorted; in test_thread_sort_entry_func() local