Searched refs:match_count (Results 1 – 1 of 1) sorted by relevance
1402 int match_count = matcher.FindMaximumMatch(early_return); in MatchRepeatedFieldIndices() local1403 if (match_count != count1 && reporter_ == NULL) return false; in MatchRepeatedFieldIndices()1404 success = success && (match_count == count1); in MatchRepeatedFieldIndices()