Home
last modified time | relevance | path

Searched defs:equivalent (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Dcompare.h74 equivalent = equal, enumerator
/third_party/mesa3d/src/compiler/nir/
Dnir_algebraic.py272 def equivalent(self, other): member in Constant
335 def equivalent(self, other): member in Variable
411 def equivalent(self, other): member in Expression
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DCanonGSUBBuilder.java280 String equivalent = record.getEquivalent(e); in buildLigatureTree() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFileSystem.h455 inline bool equivalent(const Twine &A, const Twine &B) { in equivalent() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileSystem.h511 inline bool equivalent(const Twine &A, const Twine &B) { in equivalent() function
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_message.cc410 const Predicate& equivalent) { in CollectFields()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DVirtualFileSystem.cpp89 bool Status::equivalent(const Status &Other) const { in equivalent() function in Status