Home
last modified time | relevance | path

Searched defs:MapIterator (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/python/google/protobuf/pyext/
Dmap_container.cc75 struct MapIterator { struct
78 google::protobuf::scoped_ptr< ::google::protobuf::MapIterator> iter;
82 MapContainer* container;
96 shared_ptr<Message> owner;
102 uint64 version;
106 bool empty;
/external/protobuf/src/google/protobuf/
Dmap_field.h329 MapIterator(Message* message, const FieldDescriptor* field) { in MapIterator() function
336 MapIterator(const MapIterator& other) { in MapIterator() function
Dmessage.h139 class MapIterator; variable
996 friend class MapIterator; variable
Dmap.h59 class MapIterator; variable
268 friend class MapIterator; variable
414 friend class MapIterator; variable
/external/google-breakpad/src/processor/
Dcontained_range_map.h115 typedef typename AddressToRangeMap::iterator MapIterator; typedef