Searched refs:MapIterator (Results 1 - 24 of 24) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Dmap_field.h93 virtual bool EqualIterator(const MapIterator& a,
94 const MapIterator& b) const = 0;
95 virtual void MapBegin(MapIterator* map_iter) const = 0;
96 virtual void MapEnd(MapIterator* map_iter) const = 0;
160 // Virtual helper methods for MapIterator. MapIterator doesn't have the
164 friend class ::google::protobuf::MapIterator;
165 // Allocate map<...>::iterator for MapIterator.
166 virtual void InitializeIterator(MapIterator* map_iter) const = 0;
168 // DeleteIterator() is called by the destructor of MapIterator onl
327 class LIBPROTOBUF_EXPORT MapIterator { class in namespace:google::protobuf
329 MapIterator(Message* message, const FieldDescriptor* field) { function in class:google::protobuf::MapIterator
336 MapIterator(const MapIterator& other) { function in class:google::protobuf::MapIterator
[all...]
H A Dmap_field_test.cc87 bool EqualIterator(const MapIterator& a, const MapIterator& b) const {
91 void MapBegin(MapIterator* map_iter) const {}
92 void MapEnd(MapIterator* map_iter) const {}
93 void InitializeIterator(MapIterator* map_iter) const {}
94 void DeleteIterator(MapIterator* map_iter) const {}
95 void CopyIterator(MapIterator* this_iterator,
96 const MapIterator& other_iterator) const {}
97 void IncreaseIterator(MapIterator* map_iter) const {}
H A Dmap_field_inl.h106 const MapIterator* map_iter) const {
112 void TypeDefinedMapFieldBase<Key, T>::MapBegin(MapIterator* map_iter) const {
118 void TypeDefinedMapFieldBase<Key, T>::MapEnd(MapIterator* map_iter) const {
123 bool TypeDefinedMapFieldBase<Key, T>::EqualIterator(const MapIterator& a,
124 const MapIterator& b)
130 void TypeDefinedMapFieldBase<Key, T>::IncreaseIterator(MapIterator* map_iter)
138 MapIterator* map_iter) const {
144 void TypeDefinedMapFieldBase<Key, T>::DeleteIterator(MapIterator* map_iter)
152 MapIterator* this_iter,
153 const MapIterator
[all...]
H A Dmessage.cc262 MapIterator Reflection::MapBegin(
266 MapIterator iter(message, field);
270 MapIterator Reflection::MapEnd(
274 MapIterator iter(message, field);
H A Dmap_test_util.cc1335 for (MapIterator iter = reflection->MapBegin(message, F("map_int32_int32"));
1353 for (MapIterator iter = reflection->MapBegin(message, F("map_int64_int64"));
1363 for (MapIterator iter = reflection->MapBegin(
1375 for (MapIterator iter = reflection->MapBegin(
1387 for (MapIterator iter = reflection->MapBegin(
1399 for (MapIterator iter = reflection->MapBegin(
1410 for (MapIterator iter = reflection->MapBegin(
1422 for (MapIterator iter = reflection->MapBegin(
1434 for (MapIterator iter = reflection->MapBegin(
1446 for (MapIterator ite
[all...]
H A Dmessage.h139 class MapIterator;
974 // Returns a MapIterator referring to the first element in the map field.
977 virtual MapIterator MapBegin(
981 // Returns a MapIterator referring to the theoretical element that would
984 virtual MapIterator MapEnd(
995 // Help method for MapIterator.
996 friend class MapIterator;
H A Dgenerated_message_reflection.h277 MapIterator MapBegin(
280 MapIterator MapEnd(
H A Dmap.h53 // The Map and MapIterator types are provided by this header file.
55 // types within Map or MapIterator, such as Map::value_type.
59 class MapIterator;
268 friend class MapIterator;
414 friend class MapIterator;
H A Dgenerated_message_reflection.cc1812 MapIterator GeneratedMessageReflection::MapBegin(
1818 MapIterator iter(message, field);
1823 MapIterator GeneratedMessageReflection::MapEnd(
1829 MapIterator iter(message, field);
H A Dmap_field.cc253 void DynamicMapField::SetMapIteratorValue(MapIterator* map_iter) const {
/external/v8/src/js/
H A Dcollection-iterator.js17 var MapIterator = utils.ImportNow("MapIterator"); variable
127 return new MapIterator(this, ITERATOR_KIND_ENTRIES);
136 return new MapIterator(this, ITERATOR_KIND_KEYS);
145 return new MapIterator(this, ITERATOR_KIND_VALUES);
150 %SetCode(MapIterator, MapIteratorConstructor);
151 %FunctionSetInstanceClassName(MapIterator, 'Map Iterator');
152 utils.InstallFunctions(MapIterator.prototype, DONT_ENUM, [
156 %AddNamedProperty(MapIterator.prototype, toStringTagSymbol,
H A Dcollection.js18 var MapIterator; variable
24 MapIterator = from.MapIterator;
435 var iterator = new MapIterator(this, ITERATOR_KIND_ENTRIES);
/external/google-breakpad/src/processor/
H A Dcontained_range_map-inl.h75 MapIterator iterator_base = map_->lower_bound(base);
76 MapIterator iterator_high = map_->lower_bound(high);
77 MapIterator iterator_end = map_->end();
H A Dcontained_range_map.h115 typedef typename AddressToRangeMap::iterator MapIterator; typedef in class:google_breakpad::ContainedRangeMap
/external/protobuf/python/google/protobuf/pyext/
H A Dmap_container.cc75 struct MapIterator { struct in namespace:google::protobuf::python
78 google::protobuf::scoped_ptr< ::google::protobuf::MapIterator> iter;
85 // MapIterator::~MapIterator() accesses it. Normally this would be ok because
93 // as this iterator does. This is solely for the benefit of the MapIterator
859 // MapIterator /////////////////////////////////////////////////////////////////
861 static MapIterator* GetIter(PyObject* obj) {
862 return reinterpret_cast<MapIterator*>(obj);
873 MapIterator* iter = GetIter(obj.get());
884 iter->iter.reset(new ::google::protobuf::MapIterator(
[all...]
/external/guice/extensions/persist/lib/
H A Dcommons-collections.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 502 milliseconds