Home
last modified time | relevance | path

Searched defs:Matcher (Results 1 – 25 of 112) sorted by relevance

12345

/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-matchers.cc45 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
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest-matchers.cc45 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 absl::string_view&>::Matcher(const std::string& s) { in Matcher() function in testing::Matcher::string_view
70 Matcher<const absl::string_view&>::Matcher(const char* s) { in Matcher() function in testing::Matcher::string_view
76 Matcher<const absl::string_view&>::Matcher(absl::string_view s) { in Matcher() function in testing::Matcher::string_view
82 Matcher<absl::string_view>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::string_view
86 Matcher<absl::string_view>::Matcher(const char* s) { in Matcher() function in testing::Matcher::string_view
92 Matcher<absl::string_view>::Matcher(absl::string_view s) { in Matcher() function in testing::Matcher::string_view
/external/mesa3d/src/gtest/src/
Dgtest-matchers.cc45 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 absl::string_view&>::Matcher(const std::string& s) { in Matcher() function in testing::Matcher::string_view
70 Matcher<const absl::string_view&>::Matcher(const char* s) { in Matcher() function in testing::Matcher::string_view
76 Matcher<const absl::string_view&>::Matcher(absl::string_view s) { in Matcher() function in testing::Matcher::string_view
82 Matcher<absl::string_view>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::string_view
86 Matcher<absl::string_view>::Matcher(const char* s) { in Matcher() function in testing::Matcher::string_view
92 Matcher<absl::string_view>::Matcher(absl::string_view s) { in Matcher() function in testing::Matcher::string_view
/external/googletest/googletest/src/
Dgtest-matchers.cc45 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
/external/llvm-project/llvm/include/llvm/Testing/Support/
DError.h35 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()
136 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
168 #define EXPECT_THAT_EXPECTED(Err, Matcher) \ argument
170 #define ASSERT_THAT_EXPECTED(Err, Matcher) \ argument
182 testing::Matcher<const detail::ErrorHolder &> Failed(M Matcher) { in Failed()
188 testing::Matcher<const detail::ErrorHolder &> FailedWithMessage(M... Matcher) { in FailedWithMessage()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Testing/Support/
DError.h35 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()
/external/llvm-project/llvm/utils/unittest/googlemock/src/
Dgmock-matchers.cc48 Matcher<const internal::string&>::Matcher(const internal::string& s) { in Matcher() function in testing::Matcher::string
54 Matcher<const internal::string&>::Matcher(const char* s) { in Matcher() function in testing::Matcher::string
59 Matcher<internal::string>::Matcher(const internal::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::string
62 Matcher<internal::string>::Matcher(const char* s) { in Matcher() function in testing::Matcher::string
69 Matcher<const StringPiece&>::Matcher(const internal::string& s) { in Matcher() function in testing::Matcher
75 Matcher<const StringPiece&>::Matcher(const char* s) { in Matcher() function in testing::Matcher
81 Matcher<const StringPiece&>::Matcher(StringPiece s) { in Matcher() function in testing::Matcher
86 Matcher<StringPiece>::Matcher(const internal::string& s) { in Matcher() function in testing::Matcher
91 Matcher<StringPiece>::Matcher(const char* s) { in Matcher() function in testing::Matcher
96 Matcher<StringPiece>::Matcher(StringPiece s) { in Matcher() function in testing::Matcher
/external/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp172 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 …]
DASTMatchersNarrowingTest.cpp546 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 …]
DASTMatchersInternalTest.cpp174 TEST(Matcher, matchOverEntireASTContext) { in TEST() argument
194 TEST(Matcher, IsExpansionInMainFileMatcher) { in TEST() argument
205 TEST(Matcher, IsExpansionInSystemHeader) { in TEST() argument
219 TEST(Matcher, IsExpansionInFileMatching) { in TEST() argument
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/
Dgtest-matchers.h339 explicit Matcher() {} // NOLINT in Matcher() function
342 explicit Matcher(const MatcherInterface<const T &> *impl) in Matcher() function
364 Matcher() {} in Matcher() function
366 explicit Matcher(const MatcherInterface<const std::string &> *impl) in Matcher() function
381 Matcher() {} in Matcher() function
383 explicit Matcher(const MatcherInterface<const std::string &> *impl) in Matcher() function
385 explicit Matcher(const MatcherInterface<std::string> *impl) in Matcher() function
404 Matcher() {} in Matcher() function
406 explicit Matcher(const MatcherInterface<const internal::StringView &> *impl) in Matcher() function
424 Matcher() {} in Matcher() function
[all …]
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/
Dgtest-matchers.h329 explicit Matcher() {} // NOLINT in Matcher() function
332 explicit Matcher(const MatcherInterface<const T&>* impl) in Matcher() function
353 Matcher() {} in Matcher() function
355 explicit Matcher(const MatcherInterface<const std::string&>* impl) in Matcher() function
370 Matcher() {} in Matcher() function
372 explicit Matcher(const MatcherInterface<const std::string&>* impl) in Matcher() function
374 explicit Matcher(const MatcherInterface<std::string>* impl) in Matcher() function
393 Matcher() {} in Matcher() function
395 explicit Matcher(const MatcherInterface<const absl::string_view&>* impl) in Matcher() function
413 Matcher() {} in Matcher() function
[all …]
/external/mesa3d/src/gtest/include/gtest/
Dgtest-matchers.h330 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 …]
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchFinder.h288 SmallVector<BoundNodes, 1> match(MatcherT Matcher, const DynTypedNode &Node, in match()
299 match(MatcherT Matcher, const NodeT &Node, ASTContext &Context) { in match()
305 match(MatcherT Matcher, ASTContext &Context) { in match()
314 matchDynamic(internal::DynTypedMatcher Matcher, const DynTypedNode &Node, in matchDynamic()
324 SmallVector<BoundNodes, 1> matchDynamic(internal::DynTypedMatcher Matcher, in matchDynamic()
331 matchDynamic(internal::DynTypedMatcher Matcher, ASTContext &Context) { in matchDynamic()
/external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-matchers.h326 explicit Matcher() {} // NOLINT in Matcher() function
329 explicit Matcher(const MatcherInterface<T>* impl) in Matcher() function
344 Matcher() {} in Matcher() function
346 explicit Matcher(const MatcherInterface<const internal::string&>* impl) in Matcher() function
361 Matcher() {} in Matcher() function
363 explicit Matcher(const MatcherInterface<internal::string>* impl) in Matcher() function
382 Matcher() {} in Matcher() function
384 explicit Matcher(const MatcherInterface<const StringPiece&>* impl) in Matcher() function
402 Matcher() {} in Matcher() function
404 explicit Matcher(const MatcherInterface<StringPiece>* impl) in Matcher() function
/external/clang/lib/ASTMatchers/Dynamic/
DVariantValue.cpp53 VariantMatcher::MatcherOps::canConstructFrom(const DynTypedMatcher &Matcher, in canConstructFrom()
82 SinglePayload(const DynTypedMatcher &Matcher) : Matcher(Matcher) {} in SinglePayload()
108 const DynTypedMatcher Matcher; member in clang::ast_matchers::dynamic::VariantMatcher::SinglePayload
162 for (const DynTypedMatcher &Matcher : Matchers) { in isConvertibleTo() local
204 for (const VariantMatcher &Matcher : Args) { in isConvertibleTo() local
218 VariantMatcher VariantMatcher::SingleMatcher(const DynTypedMatcher &Matcher) { in SingleMatcher()
256 VariantValue::VariantValue(const VariantMatcher &Matcher) : Type(VT_Nothing) { in VariantValue()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/
DSynchronizedFilter.java41 private static class Matcher extends AbstractMatcher { class in SynchronizedFilter
44 private Matcher(final AbstractInsnNode start) { in Matcher() method in SynchronizedFilter.Matcher
DTryWithResourcesJavacFilter.java91 static class Matcher extends AbstractMatcher { class in TryWithResourcesJavacFilter
98 Matcher(final IFilterOutput output) { in Matcher() method in TryWithResourcesJavacFilter.Matcher
/external/llvm-project/clang/lib/ASTMatchers/Dynamic/
DVariantValue.cpp56 VariantMatcher::MatcherOps::canConstructFrom(const DynTypedMatcher &Matcher, in canConstructFrom()
85 SinglePayload(const DynTypedMatcher &Matcher) : Matcher(Matcher) {} in SinglePayload()
110 const DynTypedMatcher Matcher; member in clang::ast_matchers::dynamic::VariantMatcher::SinglePayload
163 for (const DynTypedMatcher &Matcher : Matchers) { in isConvertibleTo() local
204 for (const VariantMatcher &Matcher : Args) { in isConvertibleTo() local
218 VariantMatcher VariantMatcher::SingleMatcher(const DynTypedMatcher &Matcher) { in SingleMatcher()
266 VariantValue::VariantValue(const VariantMatcher &Matcher) : Type(VT_Nothing) { in VariantValue()
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp391 TEST(Matcher, Argument) { in TEST() argument
405 TEST(Matcher, AnyArgument) { in TEST() argument
444 TEST(Matcher, HasReceiver) { in TEST() argument
458 TEST(Matcher, HasAnyCapture) { in TEST() argument
468 TEST(Matcher, CapturesThis) { in TEST() argument
478 TEST(Matcher, isClassMessage) { in TEST() argument
492 TEST(Matcher, isInstanceMessage) { in TEST() argument
507 TEST(Matcher, isClassMethod) { in TEST() argument
527 TEST(Matcher, isInstanceMethod) { in TEST() argument
619 TEST(Matcher, HasObjectExpr) { in TEST() argument
[all …]
DASTMatchersInternalTest.cpp166 TEST(Matcher, matchOverEntireASTContext) { in TEST() argument
206 TEST(Matcher, IsExpansionInMainFileMatcher) { in TEST() argument
217 TEST(Matcher, IsExpansionInSystemHeader) { in TEST() argument
231 TEST(Matcher, IsExpansionInFileMatching) { in TEST() argument
/external/libtextclassifier/native/utils/grammar/parsing/
Dmatcher.h57 explicit Matcher(const UniLib* unilib, const RulesSet* rules, in Matcher() function
70 explicit Matcher(const UniLib* unilib, const RulesSet* rules, in Matcher() function
/external/llvm-project/libcxx/test/libcxx/debug/
Ddebug_helper_test.pass.cpp24 …st char* stmt, Func&& func, DeathTest::ResultKind ExpectResult, DebugInfoMatcher Matcher = AnyMatc… in TestDeathTest()
43 #define TEST_DEATH_TEST_MATCHES(RK, Matcher, ...) assert((TestDeathTest(#__VA_ARGS__, [&]() { __VA_… argument
/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h306 template <typename> class Matcher; variable
471 explicit Matcher(MatcherInterface<T> *Implementation) in Matcher() function
555 explicit Matcher(const DynTypedMatcher &Implementation) in Matcher() function
589 bool matchesFirstInRange(const MatcherT &Matcher, IteratorT Start, in matchesFirstInRange()
605 bool matchesFirstInPointerRange(const MatcherT &Matcher, IteratorT Start, in matchesFirstInPointerRange()
890 const DynTypedMatcher &Matcher, in matchesChildOf()
907 const DynTypedMatcher &Matcher, in matchesDescendantOf()
924 const DynTypedMatcher &Matcher, in matchesAncestorOf()
DASTMatchFinder.h281 match(MatcherT Matcher, const ast_type_traits::DynTypedNode &Node, in match()
292 match(MatcherT Matcher, const NodeT &Node, ASTContext &Context) { in match()
298 match(MatcherT Matcher, ASTContext &Context) { in match()

12345