Searched refs:full_match_ (Results 1 – 3 of 3) sorted by relevance
685 : regex_(regex), full_match_(full_match) {} in MatchesRegexMatcher()712 return full_match_ ? RE::FullMatch(s2, *regex_) in MatchAndExplain()717 *os << (full_match_ ? "matches" : "contains") << " regular expression "; in DescribeTo()722 *os << "doesn't " << (full_match_ ? "match" : "contain") in DescribeNegationTo()729 const bool full_match_; variable
1114 : regex_(regex), full_match_(full_match) {} in MatchesRegexMatcher()1127 return full_match_ ? RE::FullMatch(s, *regex_) : in MatchAndExplain()1132 *os << (full_match_ ? "matches" : "contains") in DescribeTo()1138 *os << "doesn't " << (full_match_ ? "match" : "contain") in DescribeNegationTo()1145 const bool full_match_; variable
1329 : regex_(regex), full_match_(full_match) {}1349 return full_match_ ? RE::FullMatch(s2, *regex_) :1354 *os << (full_match_ ? "matches" : "contains")1360 *os << "doesn't " << (full_match_ ? "match" : "contain")1367 const bool full_match_;