Searched defs:MatchesMatcher (Results 1 – 1 of 1) sorted by relevance
46 struct MatchesMatcher : public ::testing::MatcherInterface<llvm::StringRef> { struct47 ExpectedMatch Candidate;48 std::optional<float> Score;49 MatchesMatcher(ExpectedMatch Candidate, std::optional<float> Score) in MatchesMatcher() function52 void DescribeTo(::std::ostream *OS) const override { in DescribeTo()58 bool MatchAndExplain(llvm::StringRef Pattern, in MatchAndExplain()