Searched refs:VerifyMatch (Results 1 – 5 of 5) sorted by relevance
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersTest.h | 38 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/ |
D | regex-match_test.cc | 36 EXPECT_TRUE(VerifyMatch(/*context=*/"", /*matcher=*/nullptr, "return true;")); in TEST_F() 71 EXPECT_TRUE(VerifyMatch(message.ToUTF8String(), matcher.get(), verifier)); in TEST_F()
|
D | regex-match.h | 42 bool VerifyMatch(const std::string& context,
|
D | regex-match.cc | 164 bool VerifyMatch(const std::string& context, in VerifyMatch() function
|
/external/libtextclassifier/annotator/ |
D | annotator.cc | 647 return VerifyMatch( in VerifyRegexMatchCandidate()
|