Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmap_container.cc74 struct MapIterator { struct
77 google::protobuf::scoped_ptr< ::google::protobuf::MapIterator> iter;
81 MapContainer* container;
95 shared_ptr<Message> owner;
101 uint64 version;
105 bool empty;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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
/frameworks/base/core/java/android/util/
DMapCollections.java74 final class MapIterator implements Iterator<Map.Entry<K, V>>, Map.Entry<K, V> { class in MapCollections
79 MapIterator() { in MapIterator() method in MapCollections.MapIterator