Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dmap_field_inl.h153 MapIterator* this_iter, const MapIterator& that_iter) const { in CopyIterator() argument
154 InternalGetIterator(this_iter) = InternalGetIterator(&that_iter); in CopyIterator()
155 this_iter->key_.SetType(that_iter.key_.type()); in CopyIterator()
159 static_cast<FieldDescriptor::CppType>(that_iter.value_.type_)); in CopyIterator()