Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/util/
Dmessage_differencer.cc189 int last_matched_index = -1; in MatchIndicesPostProcessorForSmartList() local
194 if (last_matched_index < 0 || match_list1->at(i) > last_matched_index) { in MatchIndicesPostProcessorForSmartList()
195 last_matched_index = match_list1->at(i); in MatchIndicesPostProcessorForSmartList()