Searched defs:MapIterator (Results 1 – 5 of 5) sorted by relevance
74 struct MapIterator { struct77 google::protobuf::scoped_ptr< ::google::protobuf::MapIterator> iter;81 MapContainer* container;95 shared_ptr<Message> owner;101 uint64 version;105 bool empty;
329 MapIterator(Message* message, const FieldDescriptor* field) { in MapIterator() function336 MapIterator(const MapIterator& other) { in MapIterator() function
139 class MapIterator; variable996 friend class MapIterator; variable
59 class MapIterator; variable268 friend class MapIterator; variable414 friend class MapIterator; variable
74 final class MapIterator implements Iterator<Map.Entry<K, V>>, Map.Entry<K, V> { class in MapCollections79 MapIterator() { in MapIterator() method in MapCollections.MapIterator