Home
last modified time | relevance | path

Searched refs:VerifyMatch (Results 1 – 5 of 5) sorted by relevance

/external/clang/unittests/ASTMatchers/
DASTMatchersTest.h38 class VerifyMatch : public MatchFinder::MatchCallback {
40 VerifyMatch(std::unique_ptr<BoundNodesCallback> FindResultVerifier, bool *Verified) in VerifyMatch() function
69 VerifyMatch VerifyFound(nullptr, &Found);
71 VerifyMatch VerifyDynamicFound(nullptr, &DynamicFound);
180 VerifyMatch VerifyFound(nullptr, &Found); in matchesConditionallyWithCuda()
182 VerifyMatch VerifyDynamicFound(nullptr, &DynamicFound); in matchesConditionallyWithCuda()
232 VerifyMatch VerifyVerifiedResult(std::move(FindResultVerifier), &VerifiedResult); in matchAndVerifyResultConditionally()
/external/libtextclassifier/utils/
Dregex-match_test.cc36 EXPECT_TRUE(VerifyMatch(/*context=*/"", /*matcher=*/nullptr, "return true;")); in TEST_F()
71 EXPECT_TRUE(VerifyMatch(message.ToUTF8String(), matcher.get(), verifier)); in TEST_F()
Dregex-match.h42 bool VerifyMatch(const std::string& context,
Dregex-match.cc164 bool VerifyMatch(const std::string& context, in VerifyMatch() function
/external/libtextclassifier/annotator/
Dannotator.cc647 return VerifyMatch( in VerifyRegexMatchCandidate()