Home
last modified time | relevance | path

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

12

/external/cronet/tot/third_party/libc++/src/include/__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
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__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
/external/cronet/stable/third_party/libc++/src/include/__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
/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
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__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
/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
/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
/external/perfetto/src/trace_processor/db/column/
Ddata_layer.cc217 bool is_sorted, in NumericStorageBase()
231 bool is_sorted) in NumericStorage()
271 bool is_sorted) in StringStorage()
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()
/external/perfetto/protos/perfetto/trace_processor/
Dserialization.proto62 optional bool is_sorted = 2; field
74 optional bool is_sorted = 2; field
/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
/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
/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
/external/rust/android-crates-io/crates/quickcheck/examples/
Dsort.rs31 fn is_sorted(xs: Vec<isize>) -> bool { in main() function
/external/perfetto/src/trace_processor/db/
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
Dtable.h130 bool is_sorted; member
/external/rust/android-crates-io/crates/uefi/src/mem/memory_map/
Dapi.rs78 fn is_sorted(&self) -> bool { in is_sorted() method
Dmod.rs214 fn is_sorted(iter: &MemoryMapIter) -> bool { in is_sorted() function
/external/eigen/test/
Dsparse_permutations.cpp23 bool is_sorted(const T& mat) { in is_sorted() function
/external/sdv/vsomeip/third_party/boost/multi_index/test/
Dtest_list_ops.cpp51 bool is_sorted( in is_sorted() function
/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()
/external/grpc-grpc/third_party/upb/upb/reflection/
Denum_value_def.c135 bool* is_sorted) { in _upb_EnumValueDefs_New()
/external/boringssl/src/crypto/x509/
Dx_crl.cc309 const int is_sorted = sk_X509_REVOKED_is_sorted(crl->crl->revoked); in crl_lookup() local
/external/cronet/stable/third_party/boringssl/src/crypto/x509/
Dx_crl.cc356 const int is_sorted = sk_X509_REVOKED_is_sorted(crl->crl->revoked); in crl_lookup() local
/external/cronet/tot/third_party/boringssl/src/crypto/x509/
Dx_crl.cc356 const int is_sorted = sk_X509_REVOKED_is_sorted(crl->crl->revoked); in crl_lookup() local

12