Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/util/
Dmessage_differencer.cc191 int last_matched_index = -1; in MatchIndicesPostProcessorForSmartList() local
196 if (last_matched_index < 0 || match_list1->at(i) > last_matched_index) { in MatchIndicesPostProcessorForSmartList()
197 last_matched_index = match_list1->at(i); in MatchIndicesPostProcessorForSmartList()