Home
last modified time | relevance | path

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

/third_party/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()
/third_party/flutter/skia/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()
/third_party/skia/src/core/
DSkPtrRecorder.cpp20 bool SkPtrSet::Less(const Pair& a, const Pair& b) { in Less() function in SkPtrSet
/third_party/flutter/skia/src/core/
DSkPtrRecorder.cpp20 bool SkPtrSet::Less(const Pair& a, const Pair& b) { in Less() function in SkPtrSet
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-bignum.h96 static bool Less(const Bignum& a, const Bignum& b) { in Less() function
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-bignum.h97 static bool Less(const Bignum& a, const Bignum& b) { in Less() function
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-bignum.h97 static bool Less(const Bignum& a, const Bignum& b) { in Less() function
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-bignum.h97 static bool Less(const Bignum& a, const Bignum& b) { in Less() function
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dbignum.h83 static bool Less(const Bignum& a, const Bignum& b) { in Less() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCodeGen.h54 Less = 1, // -O1 enumerator
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c102 Less, // -O1 enumerator
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DNucleus.hpp49 Less, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmMacro.h53 Less, LessEqual, LessLess, LessGreater, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonStoreWidening.cpp574 auto Less = [] (const MachineInstr *A, const MachineInstr *B) -> bool { in processBasicBlock() local
DRDFLiveness.cpp178 auto Less = [&Block,this] (NodeId A, NodeId B) -> bool { in getAllReachingDefs() local
/third_party/nghttp2/integration-tests/
Dserver_tester.go745 func (b ByStreamID) Less(i, j int) bool { func
/third_party/protobuf/src/google/protobuf/
Dstruct.pb.cc306 typedef ::PROTOBUF_NAMESPACE_ID::internal::CompareByDerefFirst<SortItem> Less; in _InternalSerialize() typedef
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dpacked_gl_enums.json9 "Less": "GL_LESS", string
DPackedGLEnums_autogen.h35 Less = 5, enumerator
/third_party/skia/third_party/externals/angle2/src/common/
Dpacked_gl_enums.json9 "Less": "GL_LESS", string
DPackedGLEnums_autogen.h33 Less = 5, enumerator
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dcivil_time_test.cc199 TEST(CivilTime, Less) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2623 Value *&RHS, ConstantInt *&Less, in matchThreeWayIntCompare()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp9931 const SCEV *Less) { in computeConstantDifference()