Home
last modified time | relevance | path

Searched defs:Less (Results 1 – 25 of 82) sorted by relevance

1234

/external/skqp/include/gpu/vk/
DGrVkExtensions.h36 struct Less { struct
37 bool operator() (const Info& a, const SkString& b) { in operator()
40 bool operator() (const SkString& a, const GrVkExtensions::Info& b) { in operator()
/external/skia/include/gpu/vk/
DGrVkExtensions.h36 struct Less { struct
37 bool operator()(const Info& a, const SkString& b) const { in operator()
40 bool operator()(const SkString& a, const GrVkExtensions::Info& b) const { in operator()
/external/tensorflow/tensorflow/lite/micro/kernels/
Dmicro_utils.h30 struct Less { struct
32 bool operator()(const T& x, const T& y) const { in operator()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_client_stats.h46 struct Less { struct
47 bool operator()(const XdsLocalityName* lhs, in operator()
53 bool operator()(const RefCountedPtr<XdsLocalityName>& lhs, in operator()
/external/skia/src/core/
DSkPtrRecorder.cpp20 bool SkPtrSet::Less(const Pair& a, const Pair& b) { in Less() function in SkPtrSet
/external/skqp/src/core/
DSkPtrRecorder.cpp20 bool SkPtrSet::Less(const Pair& a, const Pair& b) { in Less() function in SkPtrSet
/external/clang/include/clang/Basic/
DABI.h80 bool Less(const VirtualAdjustment &RHS) const { in Less() function
148 bool Less(const VirtualAdjustment &RHS) const { in Less() function
/external/llvm-project/clang/include/clang/Basic/
DABI.h79 bool Less(const VirtualAdjustment &RHS) const { in Less() function
147 bool Less(const VirtualAdjustment &RHS) const { in Less() function
/external/llvm-project/clang/lib/Tooling/
DInterpolatingCompilationDatabase.cpp79 template <bool Prefix> struct Less { struct
80 bool operator()(StringRef Key, std::pair<StringRef, size_t> Value) const { in operator ()()
84 bool operator()(std::pair<StringRef, size_t> Value, StringRef Key) const { in operator ()()
/external/llvm-project/flang/include/flang/Evaluate/
Dcommon.h34 ENUM_CLASS(Ordering, Less, Equal, Greater) in ENUM_CLASS() argument
/external/llvm/include/llvm/Support/
DCodeGen.h54 Less, // -O1 enumerator
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DSTLAlgorithmModeling.cpp151 SVal Less = SVB.evalBinOp(StateFound, BO_LT, in Find() local
/external/golang-protobuf/jsonpb/
Djsonpb.go161 func (s int32Slice) Less(i, j int) bool { return s[i] < s[j] } func
1141 func (s mapKeys) Less(i, j int) bool { func
/external/boringssl/src/crypto/err/
Derr_data_generate.go125 func (ks keySlice) Less(i, j int) bool { func
/external/skqp/tools/skqp/
Dmake_gmkb.go36 func (a ExportTestRecordArray) Less(i, j int) bool { return a[i].TestName < a[j].TestName } func
/external/golang-protobuf/proto/
Dextensions_test.go214 func (s ExtensionDescSlice) Less(i, j int) bool { return s[i].Field < s[j].Field } func
/external/llvm-project/llvm/bindings/ocaml/target/
Dllvm_target.ml18 | Less Constructor
/external/llvm/bindings/ocaml/target/
Dllvm_target.ml19 | Less Constructor
/external/icu/icu4c/source/i18n/
Ddouble-conversion-bignum.h97 static bool Less(const Bignum& a, const Bignum& b) { in Less() function
/external/icu/libicu/cts_headers/
Ddouble-conversion-bignum.h97 static bool Less(const Bignum& a, const Bignum& b) { in Less() function
/external/llvm-project/llvm/include/llvm/Support/
DCodeGen.h54 Less = 1, // -O1 enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCodeGen.h54 Less = 1, // -O1 enumerator
/external/libcxx/test/std/language.support/cmp/cmp.partialord/
Dpartialord.pass.cpp77 auto& Less = std::partial_ordering::less; in test_constexpr() local
/external/llvm-project/libcxx/test/std/language.support/cmp/cmp.partialord/
Dpartialord.pass.cpp76 auto& Less = std::partial_ordering::less; in test_constexpr() local
/external/libcxx/test/std/language.support/cmp/cmp.weakord/
Dweakord.pass.cpp93 auto& Less = std::weak_ordering::less; in test_constexpr() local

1234