Searched refs:full_match_ (Results 1 – 4 of 4) sorted by relevance
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_;
5923 : regex_(regex), full_match_(full_match) {}5943 return full_match_ ? RE::FullMatch(s2, *regex_) :5948 *os << (full_match_ ? "matches" : "contains")5954 *os << "doesn't " << (full_match_ ? "match" : "contain")5961 const bool full_match_;