Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/util/
Dmessage_differencer.cc971 int next_unmatched_index = 0; in CompareRepeatedField() local
990 for (int j = next_unmatched_index; j < match_list1[i]; ++j) { in CompareRepeatedField()
1008 next_unmatched_index = match_list1[i] + 1; in CompareRepeatedField()