Home
last modified time | relevance | path

Searched refs:MapBegin (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap_test_util.cc1335 for (MapIterator iter = reflection->MapBegin(message, F("map_int32_int32")); in ExpectMapFieldsSetViaReflectionIterator()
1353 for (MapIterator iter = reflection->MapBegin(message, F("map_int64_int64")); in ExpectMapFieldsSetViaReflectionIterator()
1363 for (MapIterator iter = reflection->MapBegin( in ExpectMapFieldsSetViaReflectionIterator()
1375 for (MapIterator iter = reflection->MapBegin( in ExpectMapFieldsSetViaReflectionIterator()
1387 for (MapIterator iter = reflection->MapBegin( in ExpectMapFieldsSetViaReflectionIterator()
1399 for (MapIterator iter = reflection->MapBegin( in ExpectMapFieldsSetViaReflectionIterator()
1410 for (MapIterator iter = reflection->MapBegin( in ExpectMapFieldsSetViaReflectionIterator()
1422 for (MapIterator iter = reflection->MapBegin( in ExpectMapFieldsSetViaReflectionIterator()
1434 for (MapIterator iter = reflection->MapBegin( in ExpectMapFieldsSetViaReflectionIterator()
1446 for (MapIterator iter = reflection->MapBegin(message, F("map_int32_float")); in ExpectMapFieldsSetViaReflectionIterator()
[all …]
Dmap_field.h95 virtual void MapBegin(MapIterator* map_iter) const = 0;
190 void MapBegin(MapIterator* map_iter) const;
Dmap_field_test.cc91 void MapBegin(MapIterator* map_iter) const {} in MapBegin() function in google::protobuf::internal::MapFieldBaseStub
Dmessage.cc260 MapIterator Reflection::MapBegin( in MapBegin() function in google::protobuf::Reflection
Dgenerated_message_reflection.h277 MapIterator MapBegin(
Dmap_field_inl.h112 void TypeDefinedMapFieldBase<Key, T>::MapBegin(MapIterator* map_iter) const { in MapBegin() function
Dmessage.h977 virtual MapIterator MapBegin(
Dgenerated_message_reflection.cc1813 MapIterator GeneratedMessageReflection::MapBegin( in MapBegin() function in google::protobuf::internal::GeneratedMessageReflection
1820 GetRaw<MapFieldBase>(*message, field).MapBegin(&iter); in MapBegin()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmap_container.cc885 reflection->MapBegin(message, self->parent_field_descriptor))); in GetIterator()