Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dextension_set.cc913 map<int, Extension>::iterator this_iter = extensions_.find(number); in SwapExtension() local
916 if (this_iter == extensions_.end() && in SwapExtension()
921 if (this_iter != extensions_.end() && in SwapExtension()
923 std::swap(this_iter->second, other_iter->second); in SwapExtension()
927 if (this_iter == extensions_.end()) { in SwapExtension()
934 other->extensions_.insert(make_pair(number, this_iter->second)); in SwapExtension()