Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/include/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
/aosp_15_r20/external/perfetto/src/trace_processor/db/column/
H A Ddata_layer.cc217 bool is_sorted, in NumericStorageBase()
231 bool is_sorted) in NumericStorage()
271 bool is_sorted) in StringStorage()
H A Dnumeric_storage.h53 bool is_sorted() const { return is_sorted_; } in is_sorted() function
100 ChainImpl(const std::vector<T>* vector, ColumnType type, bool is_sorted) in ChainImpl()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__algorithm/
Dis_sorted.h26 is_sorted(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) { in is_sorted() function
32 is_sorted(_ForwardIterator __first, _ForwardIterator __last) { in is_sorted() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__algorithm/
Dis_sorted.h26 is_sorted(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) { in is_sorted() function
32 is_sorted(_ForwardIterator __first, _ForwardIterator __last) { in is_sorted() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__algorithm/
Dis_sorted.h26 is_sorted(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) { in is_sorted() function
32 is_sorted(_ForwardIterator __first, _ForwardIterator __last) { in is_sorted() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__algorithm/
Dis_sorted.h26 is_sorted(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) { in is_sorted() function
32 is_sorted(_ForwardIterator __first, _ForwardIterator __last) { in is_sorted() function
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__algorithm/
H A Dis_sorted.h26 is_sorted(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) { in is_sorted() function
32 is_sorted(_ForwardIterator __first, _ForwardIterator __last) { in is_sorted() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__algorithm/
Dis_sorted.h26 is_sorted(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) { in is_sorted() function
32 is_sorted(_ForwardIterator __first, _ForwardIterator __last) { in is_sorted() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/detail/include/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
/aosp_15_r20/external/perfetto/src/trace_processor/db/
H A Druntime_table.cc82 bool is_sorted = true; in CreateNonNullableIntsColumn() local
451 bool is_sorted = in Build() local
468 bool is_sorted = std::is_sorted(non_null_doubles->vector().begin(), in Build() local
/aosp_15_r20/external/perfetto/protos/perfetto/trace_processor/
H A Dserialization.proto62 optional bool is_sorted = 2; field
74 optional bool is_sorted = 2; field
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/range/
H A Diter.rs98 fn is_sorted(self) -> bool { in is_sorted() method
218 fn is_sorted(self) -> bool { in is_sorted() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/range/
H A Diter.rs98 fn is_sorted(self) -> bool { in is_sorted() method
218 fn is_sorted(self) -> bool { in is_sorted() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/range/
H A Diter.rs98 fn is_sorted(self) -> bool { in is_sorted() method
218 fn is_sorted(self) -> bool { in is_sorted() method
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/algo/detail/
Dis_sorted.hpp25 bool is_sorted(ForwardIt const first, ForwardIt last, Pred pred) in is_sorted() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Dis_sorted.hpp26 bool is_sorted (ForwardIterator first, ForwardIterator last, Pred pred) in is_sorted() function
/aosp_15_r20/external/rust/android-crates-io/crates/rayon-core/tests/
Dscope_join.rs36 fn is_sorted<T: Send + Ord>(v: &[T]) -> bool { in is_sorted() function
/aosp_15_r20/external/rust/android-crates-io/crates/quickcheck/examples/
Dsort.rs31 fn is_sorted(xs: Vec<isize>) -> bool { in main() function
/aosp_15_r20/external/rust/crates/uefi/src/mem/memory_map/
Dapi.rs78 fn is_sorted(&self) -> bool { in is_sorted() method
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/mem/memory_map/
Dapi.rs78 fn is_sorted(&self) -> bool { in is_sorted() method
/aosp_15_r20/external/eigen/test/
H A Dsparse_permutations.cpp23 bool is_sorted(const T& mat) { in is_sorted() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/test/
Dtest_list_ops.cpp51 bool is_sorted( in is_sorted() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/reflection/
Denum_value_def.c120 bool* is_sorted) { in _upb_EnumValueDefs_New()

123