Searched refs:full_match (Results 1 – 3 of 3) sorted by relevance
684 MatchesRegexMatcher(const RE* regex, bool full_match) in MatchesRegexMatcher() argument685 : regex_(regex), full_match_(full_match) {} in MatchesRegexMatcher()
1113 MatchesRegexMatcher(const RE* regex, bool full_match) in MatchesRegexMatcher() argument1114 : regex_(regex), full_match_(full_match) {} in MatchesRegexMatcher()
1328 MatchesRegexMatcher(const RE* regex, bool full_match)1329 : regex_(regex), full_match_(full_match) {}