Home
last modified time | relevance | path

Searched refs:match_count (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Dmessage_differencer.cc1402 int match_count = matcher.FindMaximumMatch(early_return); in MatchRepeatedFieldIndices() local
1403 if (match_count != count1 && reporter_ == NULL) return false; in MatchRepeatedFieldIndices()
1404 success = success && (match_count == count1); in MatchRepeatedFieldIndices()