Searched refs:full_match (Results 1 – 2 of 2) sorted by relevance
1181 Int full_match = -1; in VG_() local1208 if (full_match != -1) in VG_()1210 full_match = kpos; in VG_()1226 if (full_match != -1) { in VG_()1227 return full_match; in VG_()1242 if (partial_match != -1 || full_match != -1) in VG_()
1067 MatchesRegexMatcher(const RE* regex, bool full_match) in MatchesRegexMatcher() argument1068 : regex_(regex), full_match_(full_match) {} in MatchesRegexMatcher()