| /external/cronet/third_party/libc++/src/test/libcxx/algorithms/ |
| D | ranges_robust_against_copying_comparators.pass.cpp | 21 struct Less { struct 23 constexpr explicit Less(int *copies) : copies_(copies) {} in Less() argument 24 constexpr Less(const Less& rhs) : copies_(rhs.copies_) { *copies_ += 1; } in Less() function 26 constexpr bool operator()(void*, void*) const { return false; } in operator ()()
|
| D | robust_against_copying_comparators.pass.cpp | 19 struct Less { struct 21 TEST_CONSTEXPR explicit Less(int *copies) : copies_(copies) {} in Less() argument 22 TEST_CONSTEXPR_CXX14 Less(const Less& rhs) : copies_(rhs.copies_) { *copies_ += 1; } in Less() function 24 TEST_CONSTEXPR bool operator()(T, T) const { return false; } in operator ()()
|
| D | ranges_robust_against_copying_projections.pass.cpp | 31 struct Less { struct 32 constexpr bool operator()(void*, void*) const { return false; } in operator ()()
|
| /external/skia/include/gpu/vk/ |
| D | VulkanExtensions.h | 44 struct Less { struct 45 bool operator()(const Info& a, const SkString& b) const { in operator() 48 bool operator()(const SkString& a, const VulkanExtensions::Info& b) const { in operator()
|
| /external/cronet/base/win/ |
| D | winrt_foundation_helpers.h | 127 struct Less { struct 128 bool operator()(const HSTRING& lhs, const HSTRING& rhs) const { in operator() 136 bool operator()(const Microsoft::WRL::ComPtr<T>& com_ptr, in operator() 142 constexpr bool operator()(const T& lhs, const T& rhs) const { in operator()
|
| /external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/ |
| D | xds_client_stats.h | 50 struct Less { struct 51 bool operator()(const XdsLocalityName* lhs, in operator() 57 bool operator()(const RefCountedPtr<XdsLocalityName>& lhs, in operator()
|
| /external/grpc-grpc/src/core/ext/xds/ |
| D | xds_client_stats.h | 51 struct Less { struct 52 bool operator()(const XdsLocalityName* lhs, in operator() 58 bool operator()(const RefCountedPtr<XdsLocalityName>& lhs, in operator()
|
| /external/cronet/base/ranges/ |
| D | functional_unittest.cc | 18 TEST(RangesTest, Less) { in TEST() argument
|
| /external/licenseclassifier/v2/tools/identify_license/results/ |
| D | results.go | 43 func (lt LicenseTypes) Less(i, j int) bool { func 82 func (jr JSONResult) Less(i, j int) bool { return jr[i].Filepath < jr[j].Filepath } func
|
| /external/licenseclassifier/tools/identify_license/results/ |
| D | results.go | 34 func (lt LicenseTypes) Less(i, j int) bool { func
|
| /external/go-cmp/cmp/internal/function/ |
| D | func.go | 30 Less = ttbFunc // func(T, T) bool const
|
| /external/skia/src/core/ |
| D | SkPtrRecorder.cpp | 22 bool SkPtrSet::Less(const Pair& a, const Pair& b) { in Less() function in SkPtrSet
|
| /external/bazelbuild-rules_android/src/tools/ak/bucketize/ |
| D | partitioner.go | 44 func (b byPathIndex) Less(i, j int) bool { func 64 func (b byValueKeyIndex) Less(i, j int) bool { func
|
| /external/cronet/third_party/libc++/src/test/std/iterators/predef.iterators/counted.iterator/ |
| D | three_way_compare.pass.cpp | 50 auto& Less = std::strong_ordering::less; in test() local
|
| /external/clang/include/clang/Basic/ |
| D | ABI.h | 80 bool Less(const VirtualAdjustment &RHS) const { in Less() function 148 bool Less(const VirtualAdjustment &RHS) const { in Less() function
|
| /external/licenseclassifier/serializer/ |
| D | serializer_test.go | 178 func (s sortUInt32) Less(i, j int) bool { return s[i] < s[j] } func
|
| /external/llvm/include/llvm/Support/ |
| D | CodeGen.h | 54 Less, // -O1 enumerator
|
| /external/bazelbuild-rules_go/go/tools/builders/ |
| D | edit.go | 33 func (x edits) Less(i, j int) bool { func
|
| /external/perfetto/src/trace_processor/db/column/ |
| D | string_storage.cc | 64 struct Less { struct 65 bool operator()(StringPool::Id lhs, NullTermStringView rhs) const { in operator ()() 68 const StringPool* pool_;
|
| /external/llvm/bindings/ocaml/target/ |
| D | llvm_target.ml | 19 | Less Constructor
|
| /external/licenseclassifier/stringclassifier/internal/pq/ |
| D | priority.go | 85 func (h pqHeap) Less(i, j int) bool { func
|
| /external/cronet/base/third_party/double_conversion/double-conversion/ |
| D | bignum.h | 83 static bool Less(const Bignum& a, const Bignum& b) { in Less() function
|
| /external/cronet/third_party/icu/source/i18n/ |
| D | double-conversion-bignum.h | 97 static bool Less(const Bignum& a, const Bignum& b) { in Less() function
|
| /external/icu/icu4c/source/i18n/ |
| D | double-conversion-bignum.h | 97 static bool Less(const Bignum& a, const Bignum& b) { in Less() function
|
| /external/licenseclassifier/stringclassifier/searchset/tokenizer/ |
| D | tokenizer.go | 131 func (t TokenRanges) Less(i, j int) bool { return t[i].Start < t[j].Start } func
|