Home
last modified time | relevance | path

Searched defs:IsMatch (Results 1 – 23 of 23) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dstring-set-inl.h23 bool StringSetShape::IsMatch(String key, Object value) { in IsMatch() function
Dcompilation-cache-table.h22 static inline bool IsMatch(HashTableKey* key, Object value) { in IsMatch() function
Dhash-table-inl.h275 bool ObjectHashTableShape::IsMatch(Handle<Object> key, Object other) { in IsMatch() function
279 bool RegisteredSymbolTableShape::IsMatch(Handle<String> key, Object value) { in IsMatch() function
294 bool NameToIndexShape::IsMatch(Handle<Name> key, Object other) { in IsMatch() function
Dcompilation-cache-table.cc162 bool IsMatch(Object other) override { in IsMatch() function in v8::internal::__anonfa9fb3090111::StringSharedKey
223 bool IsMatch(Object obj) override { in IsMatch() function in v8::internal::__anonfa9fb3090111::RegExpKey
240 bool IsMatch(Object string) override { return *key_ == string; } in IsMatch() function in v8::internal::__anonfa9fb3090111::CodeKey
Ddictionary-inl.h261 bool NumberDictionaryBaseShape::IsMatch(uint32_t key, Object other) { in IsMatch() function
295 bool NameDictionaryShape::IsMatch(Handle<Name> key, Object other) { in IsMatch() function
311 bool GlobalDictionaryShape::IsMatch(Handle<Name> key, Object other) { in IsMatch() function
Dstring-table.cc359 bool IsMatch(Isolate* isolate, String string) { in IsMatch() function in v8::internal::InternalizedStringKey
Dstring-inl.h374 bool IsMatch(IsolateT* isolate, String s) { in IsMatch() function
436 bool IsMatch(Isolate* isolate, String string) { in IsMatch() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGAddressAnalysis.cpp49 bool IsMatch = in equalBaseIndex() local
/third_party/node/deps/brotli/c/enc/
Dstatic_dict.c42 static BROTLI_INLINE BROTLI_BOOL IsMatch(const BrotliDictionary* dictionary, in IsMatch() function
Dcompress_fragment_two_pass.c58 static BROTLI_INLINE BROTLI_BOOL IsMatch(const uint8_t* p1, const uint8_t* p2, in IsMatch() function
Dcompress_fragment.c58 static BROTLI_INLINE BROTLI_BOOL IsMatch(const uint8_t* p1, const uint8_t* p2) { in IsMatch() function
/third_party/skia/third_party/externals/brotli/c/enc/
Dstatic_dict.c42 static BROTLI_INLINE BROTLI_BOOL IsMatch(const BrotliDictionary* dictionary, in IsMatch() function
Dcompress_fragment_two_pass.c58 static BROTLI_INLINE BROTLI_BOOL IsMatch(const uint8_t* p1, const uint8_t* p2, in IsMatch() function
Dcompress_fragment.c58 static BROTLI_INLINE BROTLI_BOOL IsMatch(const uint8_t* p1, const uint8_t* p2) { in IsMatch() function
/third_party/protobuf/src/google/protobuf/util/
Dmessage_differencer.h318 virtual bool IsMatch( in IsMatch() function
Dmessage_differencer.cc125 bool IsMatch(const Message& message1, const Message& message2, in IsMatch() function in google::protobuf::util::MessageDifferencer::MultipleFieldsMapKeyComparator
207 bool MessageDifferencer::MapEntryKeyComparator::IsMatch( in IsMatch() function in google::protobuf::util::MessageDifferencer::MapEntryKeyComparator
876 bool MessageDifferencer::IsMatch( in IsMatch() function in google::protobuf::util::MessageDifferencer
Dmessage_differencer_unittest.cc1814 virtual bool IsMatch(const Message& message1, const Message& message2, in IsMatch() function in google::protobuf::__anoned4b35070111::ValueProductMapKeyComparator
1875 virtual bool IsMatch(const Message& message1, const Message& message2, in IsMatch() function in google::protobuf::__anoned4b35070111::OffsetByOneMapKeyComparator
3306 virtual bool IsMatch(const Message& message1, const Message& message2, in IsMatch() function in google::protobuf::__anoned4b35070111::LengthMapKeyComparator
/third_party/lzma/CPP/7zip/Bundles/LzmaSpec/
DLzmaSpec.cpp435 CProb IsMatch[kNumStates << kNumPosBitsMax]; member in CLzmaDecoder
/third_party/lzma/Asm/x86/
DLzmaDecOpt.asm488 IsMatch equ (LenCoder + kNumLenProbs) define
/third_party/lzma/Asm/arm64/
DLzmaDecOpt.S640 .equ IsMatch , (LenCoder + kNumLenProbs) define
/third_party/lzma/C/
DLzmaDec.c143 #define IsMatch (LenCoder + kNumLenProbs) macro
/third_party/node/deps/v8/src/snapshot/
Ddeserializer.cc373 bool StringTableInsertionKey::IsMatch(IsolateT* isolate, String string) { in IsMatch() function in v8::internal::StringTableInsertionKey
/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.cc511 bool IsMatch(const MatcherApi& matcher_api, in IsMatch() function