Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DVhdxHandler.cpp112 bool IsEqualTo(const Byte *a) const { return memcmp(Data, a, 16) == 0; } in IsEqualTo() function
113 bool IsEqualTo(const CGuid &g) const { return IsEqualTo(g.Data); } in IsEqualTo() function
170 bool IsEqualTo(const CHeader &h) const in IsEqualTo() function
/aosp_15_r20/build/make/tools/compliance/
H A Dpolicy_shareprivacyconflicts.go36 func (conflict SourceSharePrivacyConflict) IsEqualTo(other SourceSharePrivacyConflict) bool { func
H A Dtest_util.go187 func (e annotated) IsEqualTo(other annotated) bool { func
/aosp_15_r20/external/lzma/CPP/7zip/UI/Common/
H A DUpdateAction.h38 bool IsEqualTo(const CActionSet &a) const in IsEqualTo() function
/aosp_15_r20/external/lzma/CPP/7zip/UI/Far/
H A DProgressBox.h22 bool IsEqualTo(const CPercentPrinterState &s) const in IsEqualTo() function
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DPanel.h97 bool IsEqualTo(const CPropColumn &a) const in IsEqualTo() function
135 bool IsEqualTo(const CPropColumns &props) const in IsEqualTo() function
/aosp_15_r20/external/lzma/CPP/Common/
H A DMyString.h425 bool IsEqualTo(const char *s) const { return strcmp(_chars, s) == 0; } in IsEqualTo() function
722 bool IsEqualTo(const char *s) const { return StringsAreEqual_Ascii(_chars, s); } in IsEqualTo() function
/aosp_15_r20/external/lzma/CPP/7zip/Crypto/
H A D7zAes.cpp29 bool CKeyInfo::IsEqualTo(const CKeyInfo &a) const in IsEqualTo() function in NCrypto::N7z::CKeyInfo
/aosp_15_r20/external/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp1458 TEST(IsEqualTo, MatchesNodesByIdentity) { in TEST() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/python3.11/site-packages/lldb/
D__init__.py14221 def IsEqualTo(self, rhs): member in SBTypeFilter
14314 def IsEqualTo(self, rhs): member in SBTypeFormat
14387 def IsEqualTo(self, rhs): member in SBTypeNameSpecifier
14551 def IsEqualTo(self, rhs): member in SBTypeSummary
14659 def IsEqualTo(self, rhs): member in SBTypeSynthetic
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/python3.11/site-packages/lldb/
D__init__.py14110 def IsEqualTo(self, rhs): member in SBTypeFilter
14203 def IsEqualTo(self, rhs): member in SBTypeFormat
14276 def IsEqualTo(self, rhs): member in SBTypeNameSpecifier
14440 def IsEqualTo(self, rhs): member in SBTypeSummary
14548 def IsEqualTo(self, rhs): member in SBTypeSynthetic
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/python3.11/site-packages/lldb/
D__init__.py14392 def IsEqualTo(self, rhs): member in SBTypeFilter
14485 def IsEqualTo(self, rhs): member in SBTypeFormat
14558 def IsEqualTo(self, rhs): member in SBTypeNameSpecifier
14722 def IsEqualTo(self, rhs): member in SBTypeSummary
14830 def IsEqualTo(self, rhs): member in SBTypeSynthetic
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/python3.11/site-packages/lldb/
D__init__.py14221 def IsEqualTo(self, rhs): member in SBTypeFilter
14314 def IsEqualTo(self, rhs): member in SBTypeFormat
14387 def IsEqualTo(self, rhs): member in SBTypeNameSpecifier
14551 def IsEqualTo(self, rhs): member in SBTypeSummary
14659 def IsEqualTo(self, rhs): member in SBTypeSynthetic
/aosp_15_r20/external/bcc/tests/cc/
H A Dcatch.hpp1296 IsEqualTo, enumerator