/aosp_15_r20/external/clang/unittests/ASTMatchers/ |
H A D | ASTMatchersNodeTest.cpp | 172 DeclarationMatcher Matcher = enumConstantDecl(hasName("A")); in TEST() local 178 TEST(Matcher, UnresolvedLookupExpr) { in TEST() argument 192 TEST(Matcher, Call) { in TEST() argument 239 TEST(Matcher, Lambda) { in TEST() argument 244 TEST(Matcher, ForRange) { in TEST() argument 252 TEST(Matcher, SubstNonTypeTemplateParm) { in TEST() argument 263 TEST(Matcher, NonTypeTemplateParmDecl) { in TEST() argument 270 TEST(Matcher, templateTypeParmDecl) { in TEST() argument 277 TEST(Matcher, UserDefinedLiteral) { in TEST() argument 285 TEST(Matcher, FlowControl) { in TEST() argument [all …]
|
H A D | ASTMatchersNarrowingTest.cpp | 546 TEST(Matcher, BindMatchedNodes) { in TEST() argument 570 TEST(Matcher, BindTheSameNameInAlternatives) { in TEST() argument 587 TEST(Matcher, BindsIDForMemoizedResults) { in TEST() argument 612 TEST(Matcher, HasOperatorNameForOverloadedOperatorCall) { in TEST() argument 640 TEST(Matcher, NestedOverloadedOperatorCalls) { in TEST() argument 658 TEST(Matcher, VarDecl_Storage) { in TEST() argument 670 TEST(Matcher, VarDecl_StorageDuration) { in TEST() argument 693 TEST(Matcher, FindsVarDeclInFunctionParameter) { in TEST() argument 793 TEST(Matcher, ArgumentCount) { in TEST() argument 801 TEST(Matcher, ParameterCount) { in TEST() argument [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/bisect/ |
D | bisect.go | 308 type Matcher struct { struct 309 verbose bool // annotate reporting with human-helpful information 310 quiet bool // disables all reporting. reset if verbose is true. use case is -d=fmahash=qn 311 enable bool // when true, list is for “enable and report” (when false, “disable and report”) 312 list []cond // conditions; later ones win over earlier ones 313 dedup atomic.Pointer[dedup] 328 func (m *Matcher) MarkerOnly() bool { 333 func (m *Matcher) ShouldEnable(id uint64) bool { 341 func (m *Matcher) ShouldPrint(id uint64) bool { 349 func (m *Matcher) matchResult(id uint64) bool { [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Testing/Support/ |
D | Error.h | 34 explicit ValueMatchesMono(const testing::Matcher<T> &Matcher) in ValueMatchesMono() 71 explicit ValueMatchesPoly(const M &Matcher) : Matcher(Matcher) {} in ValueMatchesPoly() 86 explicit ErrorMatchesMono(std::optional<testing::Matcher<InfoT &>> Matcher) in ErrorMatchesMono() 135 testing::Matcher<std::vector<std::string>> Matcher) in ErrorMessageMatches() 163 #define EXPECT_THAT_ERROR(Err, Matcher) \ argument 165 #define ASSERT_THAT_ERROR(Err, Matcher) \ argument 189 #define EXPECT_THAT_EXPECTED(Err, Matcher) \ argument 191 #define ASSERT_THAT_EXPECTED(Err, Matcher) \ argument 203 testing::Matcher<const detail::ErrorHolder &> Failed(M Matcher) { in Failed() 209 testing::Matcher<const detail::ErrorHolder &> FailedWithMessage(M... Matcher) { in FailedWithMessage() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Testing/Support/ |
D | Error.h | 34 explicit ValueMatchesMono(const testing::Matcher<T> &Matcher) in ValueMatchesMono() 71 explicit ValueMatchesPoly(const M &Matcher) : Matcher(Matcher) {} in ValueMatchesPoly() 86 explicit ErrorMatchesMono(std::optional<testing::Matcher<InfoT &>> Matcher) in ErrorMatchesMono() 135 testing::Matcher<std::vector<std::string>> Matcher) in ErrorMessageMatches() 163 #define EXPECT_THAT_ERROR(Err, Matcher) \ argument 165 #define ASSERT_THAT_ERROR(Err, Matcher) \ argument 189 #define EXPECT_THAT_EXPECTED(Err, Matcher) \ argument 191 #define ASSERT_THAT_EXPECTED(Err, Matcher) \ argument 203 testing::Matcher<const detail::ErrorHolder &> Failed(M Matcher) { in Failed() 209 testing::Matcher<const detail::ErrorHolder &> FailedWithMessage(M... Matcher) { in FailedWithMessage() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Testing/Support/ |
D | Error.h | 34 explicit ValueMatchesMono(const testing::Matcher<T> &Matcher) in ValueMatchesMono() 71 explicit ValueMatchesPoly(const M &Matcher) : Matcher(Matcher) {} in ValueMatchesPoly() 86 explicit ErrorMatchesMono(std::optional<testing::Matcher<InfoT &>> Matcher) in ErrorMatchesMono() 135 testing::Matcher<std::vector<std::string>> Matcher) in ErrorMessageMatches() 163 #define EXPECT_THAT_ERROR(Err, Matcher) \ argument 165 #define ASSERT_THAT_ERROR(Err, Matcher) \ argument 189 #define EXPECT_THAT_EXPECTED(Err, Matcher) \ argument 191 #define ASSERT_THAT_EXPECTED(Err, Matcher) \ argument 203 testing::Matcher<const detail::ErrorHolder &> Failed(M Matcher) { in Failed() 209 testing::Matcher<const detail::ErrorHolder &> FailedWithMessage(M... Matcher) { in FailedWithMessage() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Testing/Support/ |
D | Error.h | 34 explicit ValueMatchesMono(const testing::Matcher<T> &Matcher) in ValueMatchesMono() 71 explicit ValueMatchesPoly(const M &Matcher) : Matcher(Matcher) {} in ValueMatchesPoly() 86 explicit ErrorMatchesMono(std::optional<testing::Matcher<InfoT &>> Matcher) in ErrorMatchesMono() 135 testing::Matcher<std::vector<std::string>> Matcher) in ErrorMessageMatches() 163 #define EXPECT_THAT_ERROR(Err, Matcher) \ argument 165 #define ASSERT_THAT_ERROR(Err, Matcher) \ argument 189 #define EXPECT_THAT_EXPECTED(Err, Matcher) \ argument 191 #define ASSERT_THAT_EXPECTED(Err, Matcher) \ argument 203 testing::Matcher<const detail::ErrorHolder &> Failed(M Matcher) { in Failed() 209 testing::Matcher<const detail::ErrorHolder &> FailedWithMessage(M... Matcher) { in FailedWithMessage() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Testing/Support/ |
H A D | Error.h | 34 explicit ValueMatchesMono(const testing::Matcher<T> &Matcher) in ValueMatchesMono() 71 explicit ValueMatchesPoly(const M &Matcher) : Matcher(Matcher) {} in ValueMatchesPoly() 86 explicit ErrorMatchesMono(std::optional<testing::Matcher<InfoT &>> Matcher) in ErrorMatchesMono() 135 testing::Matcher<std::vector<std::string>> Matcher) in ErrorMessageMatches() 163 #define EXPECT_THAT_ERROR(Err, Matcher) \ argument 165 #define ASSERT_THAT_ERROR(Err, Matcher) \ argument 189 #define EXPECT_THAT_EXPECTED(Err, Matcher) \ argument 191 #define ASSERT_THAT_EXPECTED(Err, Matcher) \ argument 203 testing::Matcher<const detail::ErrorHolder &> Failed(M Matcher) { in Failed() 209 testing::Matcher<const detail::ErrorHolder &> FailedWithMessage(M... Matcher) { in FailedWithMessage() [all …]
|
/aosp_15_r20/external/libvpx/third_party/googletest/src/src/ |
H A D | gtest-matchers.cc | 46 Matcher<const std::string&>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::string 50 Matcher<const std::string&>::Matcher(const char* s) { in Matcher() function in testing::Matcher::string 56 Matcher<std::string>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::string 60 Matcher<std::string>::Matcher(const char* s) { *this = Eq(std::string(s)); } in Matcher() function in testing::Matcher::string 65 Matcher<const internal::StringView&>::Matcher(const std::string& s) { in Matcher() function in testing::Matcher::StringView 71 Matcher<const internal::StringView&>::Matcher(const char* s) { in Matcher() function in testing::Matcher::StringView 77 Matcher<const internal::StringView&>::Matcher(internal::StringView s) { in Matcher() function in testing::Matcher::StringView 83 Matcher<internal::StringView>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::StringView 87 Matcher<internal::StringView>::Matcher(const char* s) { in Matcher() function in testing::Matcher::StringView 93 Matcher<internal::StringView>::Matcher(internal::StringView s) { in Matcher() function in testing::Matcher::StringView
|
/aosp_15_r20/external/mesa3d/src/gtest/src/ |
H A D | gtest-matchers.cc | 46 Matcher<const std::string&>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::string 50 Matcher<const std::string&>::Matcher(const char* s) { in Matcher() function in testing::Matcher::string 56 Matcher<std::string>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::string 60 Matcher<std::string>::Matcher(const char* s) { *this = Eq(std::string(s)); } in Matcher() function in testing::Matcher::string 65 Matcher<const internal::StringView&>::Matcher(const std::string& s) { in Matcher() function in testing::Matcher::StringView 71 Matcher<const internal::StringView&>::Matcher(const char* s) { in Matcher() function in testing::Matcher::StringView 77 Matcher<const internal::StringView&>::Matcher(internal::StringView s) { in Matcher() function in testing::Matcher::StringView 83 Matcher<internal::StringView>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::StringView 87 Matcher<internal::StringView>::Matcher(const char* s) { in Matcher() function in testing::Matcher::StringView 93 Matcher<internal::StringView>::Matcher(internal::StringView s) { in Matcher() function in testing::Matcher::StringView
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/src/ |
H A D | gtest-matchers.cc | 46 Matcher<const std::string&>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::string 50 Matcher<const std::string&>::Matcher(const char* s) { in Matcher() function in testing::Matcher::string 56 Matcher<std::string>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::string 60 Matcher<std::string>::Matcher(const char* s) { *this = Eq(std::string(s)); } in Matcher() function in testing::Matcher::string 65 Matcher<const internal::StringView&>::Matcher(const std::string& s) { in Matcher() function in testing::Matcher::StringView 71 Matcher<const internal::StringView&>::Matcher(const char* s) { in Matcher() function in testing::Matcher::StringView 77 Matcher<const internal::StringView&>::Matcher(internal::StringView s) { in Matcher() function in testing::Matcher::StringView 83 Matcher<internal::StringView>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::StringView 87 Matcher<internal::StringView>::Matcher(const char* s) { in Matcher() function in testing::Matcher::StringView 93 Matcher<internal::StringView>::Matcher(internal::StringView s) { in Matcher() function in testing::Matcher::StringView
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/ |
D | gtest-matchers.cc | 45 Matcher<const std::string&>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::string 49 Matcher<const std::string&>::Matcher(const char* s) { in Matcher() function in testing::Matcher::string 55 Matcher<std::string>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::string 59 Matcher<std::string>::Matcher(const char* s) { *this = Eq(std::string(s)); } in Matcher() function in testing::Matcher::string 64 Matcher<const internal::StringView&>::Matcher(const std::string& s) { in Matcher() function in testing::Matcher::StringView 70 Matcher<const internal::StringView&>::Matcher(const char* s) { in Matcher() function in testing::Matcher::StringView 76 Matcher<const internal::StringView&>::Matcher(internal::StringView s) { in Matcher() function in testing::Matcher::StringView 82 Matcher<internal::StringView>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::StringView 86 Matcher<internal::StringView>::Matcher(const char* s) { in Matcher() function in testing::Matcher::StringView 92 Matcher<internal::StringView>::Matcher(internal::StringView s) { in Matcher() function in testing::Matcher::StringView
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/third_party/googletest/src/ |
D | gtest-matchers.cc | 45 Matcher<const std::string&>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::string 49 Matcher<const std::string&>::Matcher(const char* s) { in Matcher() function in testing::Matcher::string 55 Matcher<std::string>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::string 59 Matcher<std::string>::Matcher(const char* s) { *this = Eq(std::string(s)); } in Matcher() function in testing::Matcher::string 64 Matcher<const internal::StringView&>::Matcher(const std::string& s) { in Matcher() function in testing::Matcher::StringView 70 Matcher<const internal::StringView&>::Matcher(const char* s) { in Matcher() function in testing::Matcher::StringView 76 Matcher<const internal::StringView&>::Matcher(internal::StringView s) { in Matcher() function in testing::Matcher::StringView 82 Matcher<internal::StringView>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::StringView 86 Matcher<internal::StringView>::Matcher(const char* s) { in Matcher() function in testing::Matcher::StringView 92 Matcher<internal::StringView>::Matcher(internal::StringView s) { in Matcher() function in testing::Matcher::StringView
|
/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/src/ |
H A D | gtest-matchers.cc | 46 Matcher<const std::string&>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::string 50 Matcher<const std::string&>::Matcher(const char* s) { in Matcher() function in testing::Matcher::string 56 Matcher<std::string>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::string 60 Matcher<std::string>::Matcher(const char* s) { *this = Eq(std::string(s)); } in Matcher() function in testing::Matcher::string 65 Matcher<const internal::StringView&>::Matcher(const std::string& s) { in Matcher() function in testing::Matcher::StringView 71 Matcher<const internal::StringView&>::Matcher(const char* s) { in Matcher() function in testing::Matcher::StringView 77 Matcher<const internal::StringView&>::Matcher(internal::StringView s) { in Matcher() function in testing::Matcher::StringView 83 Matcher<internal::StringView>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::StringView 87 Matcher<internal::StringView>::Matcher(const char* s) { in Matcher() function in testing::Matcher::StringView 93 Matcher<internal::StringView>::Matcher(internal::StringView s) { in Matcher() function in testing::Matcher::StringView
|
/aosp_15_r20/external/intel-media-driver/media_driver/linux/ult/ult_app/googletest/src/ |
H A D | gtest-matchers.cc | 46 Matcher<const std::string&>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::string 50 Matcher<const std::string&>::Matcher(const char* s) { in Matcher() function in testing::Matcher::string 56 Matcher<std::string>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::string 60 Matcher<std::string>::Matcher(const char* s) { *this = Eq(std::string(s)); } in Matcher() function in testing::Matcher::string 65 Matcher<const internal::StringView&>::Matcher(const std::string& s) { in Matcher() function in testing::Matcher::StringView 71 Matcher<const internal::StringView&>::Matcher(const char* s) { in Matcher() function in testing::Matcher::StringView 77 Matcher<const internal::StringView&>::Matcher(internal::StringView s) { in Matcher() function in testing::Matcher::StringView 83 Matcher<internal::StringView>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::StringView 87 Matcher<internal::StringView>::Matcher(const char* s) { in Matcher() function in testing::Matcher::StringView 93 Matcher<internal::StringView>::Matcher(internal::StringView s) { in Matcher() function in testing::Matcher::StringView
|
/aosp_15_r20/external/libaom/third_party/googletest/src/googletest/src/ |
H A D | gtest-matchers.cc | 46 Matcher<const std::string&>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::string 50 Matcher<const std::string&>::Matcher(const char* s) { in Matcher() function in testing::Matcher::string 56 Matcher<std::string>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::string 60 Matcher<std::string>::Matcher(const char* s) { *this = Eq(std::string(s)); } in Matcher() function in testing::Matcher::string 65 Matcher<const internal::StringView&>::Matcher(const std::string& s) { in Matcher() function in testing::Matcher::StringView 71 Matcher<const internal::StringView&>::Matcher(const char* s) { in Matcher() function in testing::Matcher::StringView 77 Matcher<const internal::StringView&>::Matcher(internal::StringView s) { in Matcher() function in testing::Matcher::StringView 83 Matcher<internal::StringView>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::StringView 87 Matcher<internal::StringView>::Matcher(const char* s) { in Matcher() function in testing::Matcher::StringView 93 Matcher<internal::StringView>::Matcher(internal::StringView s) { in Matcher() function in testing::Matcher::StringView
|
/aosp_15_r20/external/googletest/googletest/src/ |
H A D | gtest-matchers.cc | 46 Matcher<const std::string&>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::string 50 Matcher<const std::string&>::Matcher(const char* s) { in Matcher() function in testing::Matcher::string 56 Matcher<std::string>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::string 60 Matcher<std::string>::Matcher(const char* s) { *this = Eq(std::string(s)); } in Matcher() function in testing::Matcher::string 65 Matcher<const internal::StringView&>::Matcher(const std::string& s) { in Matcher() function in testing::Matcher::StringView 71 Matcher<const internal::StringView&>::Matcher(const char* s) { in Matcher() function in testing::Matcher::StringView 77 Matcher<const internal::StringView&>::Matcher(internal::StringView s) { in Matcher() function in testing::Matcher::StringView 83 Matcher<internal::StringView>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::StringView 87 Matcher<internal::StringView>::Matcher(const char* s) { in Matcher() function in testing::Matcher::StringView 93 Matcher<internal::StringView>::Matcher(internal::StringView s) { in Matcher() function in testing::Matcher::StringView
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Testing/Support/ |
H A D | Error.h | 35 explicit ValueMatchesMono(const testing::Matcher<T> &Matcher) in ValueMatchesMono() 72 explicit ValueMatchesPoly(const M &Matcher) : Matcher(Matcher) {} in ValueMatchesPoly() 87 explicit ErrorMatchesMono(Optional<testing::Matcher<InfoT &>> Matcher) in ErrorMatchesMono() 133 #define EXPECT_THAT_ERROR(Err, Matcher) \ argument 135 #define ASSERT_THAT_ERROR(Err, Matcher) \ argument 138 #define EXPECT_THAT_EXPECTED(Err, Matcher) \ argument 140 #define ASSERT_THAT_EXPECTED(Err, Matcher) \ argument 152 testing::Matcher<const detail::ErrorHolder &> Failed(M Matcher) { in Failed() 158 detail::ValueMatchesPoly<M> HasValue(M Matcher) { in HasValue()
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/googletest/googletest/include/gtest/ |
D | gtest-matchers.h | 330 explicit Matcher() {} // NOLINT in Matcher() function 333 explicit Matcher(const MatcherInterface<const T&>* impl) in Matcher() function 355 Matcher() {} in Matcher() function 357 explicit Matcher(const MatcherInterface<const std::string&>* impl) in Matcher() function 372 Matcher() {} in Matcher() function 374 explicit Matcher(const MatcherInterface<const std::string&>* impl) in Matcher() function 376 explicit Matcher(const MatcherInterface<std::string>* impl) in Matcher() function 395 Matcher() {} in Matcher() function 397 explicit Matcher(const MatcherInterface<const absl::string_view&>* impl) in Matcher() function 415 Matcher() {} in Matcher() function [all …]
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/googletest/googletest/include/gtest/ |
D | gtest-matchers.h | 330 explicit Matcher() {} // NOLINT in Matcher() function 333 explicit Matcher(const MatcherInterface<const T&>* impl) in Matcher() function 355 Matcher() {} in Matcher() function 357 explicit Matcher(const MatcherInterface<const std::string&>* impl) in Matcher() function 372 Matcher() {} in Matcher() function 374 explicit Matcher(const MatcherInterface<const std::string&>* impl) in Matcher() function 376 explicit Matcher(const MatcherInterface<std::string>* impl) in Matcher() function 395 Matcher() {} in Matcher() function 397 explicit Matcher(const MatcherInterface<const absl::string_view&>* impl) in Matcher() function 415 Matcher() {} in Matcher() function [all …]
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/googletest/googletest/include/gtest/ |
D | gtest-matchers.h | 330 explicit Matcher() {} // NOLINT in Matcher() function 333 explicit Matcher(const MatcherInterface<const T&>* impl) in Matcher() function 355 Matcher() {} in Matcher() function 357 explicit Matcher(const MatcherInterface<const std::string&>* impl) in Matcher() function 372 Matcher() {} in Matcher() function 374 explicit Matcher(const MatcherInterface<const std::string&>* impl) in Matcher() function 376 explicit Matcher(const MatcherInterface<std::string>* impl) in Matcher() function 395 Matcher() {} in Matcher() function 397 explicit Matcher(const MatcherInterface<const absl::string_view&>* impl) in Matcher() function 415 Matcher() {} in Matcher() function [all …]
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/googletest/googletest/include/gtest/ |
D | gtest-matchers.h | 330 explicit Matcher() {} // NOLINT in Matcher() function 333 explicit Matcher(const MatcherInterface<const T&>* impl) in Matcher() function 355 Matcher() {} in Matcher() function 357 explicit Matcher(const MatcherInterface<const std::string&>* impl) in Matcher() function 372 Matcher() {} in Matcher() function 374 explicit Matcher(const MatcherInterface<const std::string&>* impl) in Matcher() function 376 explicit Matcher(const MatcherInterface<std::string>* impl) in Matcher() function 395 Matcher() {} in Matcher() function 397 explicit Matcher(const MatcherInterface<const absl::string_view&>* impl) in Matcher() function 415 Matcher() {} in Matcher() function [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/ |
D | gtest-matchers.h | 330 explicit Matcher() {} // NOLINT in Matcher() function 333 explicit Matcher(const MatcherInterface<const T&>* impl) in Matcher() function 355 Matcher() {} in Matcher() function 357 explicit Matcher(const MatcherInterface<const std::string&>* impl) in Matcher() function 372 Matcher() {} in Matcher() function 374 explicit Matcher(const MatcherInterface<const std::string&>* impl) in Matcher() function 376 explicit Matcher(const MatcherInterface<std::string>* impl) in Matcher() function 395 Matcher() {} in Matcher() function 397 explicit Matcher(const MatcherInterface<const internal::StringView&>* impl) in Matcher() function 415 Matcher() {} in Matcher() function [all …]
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/ |
D | gtest-matchers.h | 330 explicit Matcher() {} // NOLINT in Matcher() function 333 explicit Matcher(const MatcherInterface<const T&>* impl) in Matcher() function 355 Matcher() {} in Matcher() function 357 explicit Matcher(const MatcherInterface<const std::string&>* impl) in Matcher() function 372 Matcher() {} in Matcher() function 374 explicit Matcher(const MatcherInterface<const std::string&>* impl) in Matcher() function 376 explicit Matcher(const MatcherInterface<std::string>* impl) in Matcher() function 395 Matcher() {} in Matcher() function 397 explicit Matcher(const MatcherInterface<const internal::StringView&>* impl) in Matcher() function 415 Matcher() {} in Matcher() function [all …]
|
/aosp_15_r20/packages/modules/StatsD/statsd/src/ |
D | FieldValue.h | 220 struct Matcher { struct 221 Matcher(const Field& matcher, int32_t mask) : mMatcher(matcher), mMask(mask){}; in Matcher() argument 223 const Field mMatcher; argument 226 inline const Field& getMatcher() const { in getMatcher() argument 242 bool hasAllPositionMatcher() const { in hasAllPositionMatcher() argument 247 bool hasFirstPositionMatcher() const { in hasFirstPositionMatcher() argument 251 bool hasLastPositionMatcher() const { in hasLastPositionMatcher() argument 255 bool isEqualWithoutPositionBits(const Matcher& that) const { in isEqualWithoutPositionBits() argument
|