Home
last modified time | relevance | path

Searched defs:IsEqualTo (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DUpdateAction.h38 bool IsEqualTo(const CActionSet &a) const in IsEqualTo() function
/external/lzma/CPP/7zip/Crypto/
D7zAes.cpp27 bool CKeyInfo::IsEqualTo(const CKeyInfo &a) const in IsEqualTo() function in NCrypto::N7z::CKeyInfo
/external/lzma/CPP/Common/
DMyString.h314 bool IsEqualTo(const char *s) const { return strcmp(_chars, s) == 0; } in IsEqualTo() function
548 bool IsEqualTo(const char *s) const { return StringsAreEqual_Ascii(_chars, s); } in IsEqualTo() function
/external/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp1458 TEST(IsEqualTo, MatchesNodesByIdentity) { in TEST() argument
/external/v8/src/
Dobjects.cc9750 bool FixedArray::IsEqualTo(FixedArray* other) { in IsEqualTo() function in v8::internal::FixedArray
10227 bool DescriptorArray::IsEqualTo(DescriptorArray* other) { in IsEqualTo() function in v8::internal::DescriptorArray