Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Dmap_container.cc73 struct MapIterator { struct
76 std::unique_ptr<::google::protobuf::MapIterator> iter;
80 MapContainer* container;
93 CMessage* parent;
98 uint64_t version;
/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
Dmap_container.cc73 struct MapIterator { struct
76 std::unique_ptr<::google::protobuf::MapIterator> iter;
80 MapContainer* container;
93 CMessage* parent;
98 uint64_t version;
/external/google-breakpad/src/processor/
Dcontained_range_map.h115 typedef typename AddressToRangeMap::iterator MapIterator; typedef
/external/swiftshader/src/Vulkan/Debug/
DWeakMap.hpp34 using MapIterator = typename Map::const_iterator; typedef in vk::dbg::WeakMap
/external/cronet/third_party/protobuf/src/google/protobuf/
Dmap_field.h61 class MapIterator; variable
Dmessage.h152 class MapIterator; variable
1109 friend class MapIterator; variable
Dmap.h78 class MapIterator; variable
/external/protobuf/src/google/protobuf/
Dmap_field.h61 class MapIterator; variable
Dmessage.h152 class MapIterator; variable
1119 friend class MapIterator; variable
Dmap.h78 class MapIterator; variable
/external/cronet/base/win/
Dmap.h167 explicit MapIterator(Microsoft::WRL::ComPtr<MapView> view) in MapIterator() function