Searched refs:MapEnd (Results 1 – 9 of 9) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | map_test_util.cc | 1336 iter != reflection->MapEnd(message, F("map_int32_int32")); in ExpectMapFieldsSetViaReflectionIterator() 1354 iter != reflection->MapEnd(message, F("map_int64_int64")); ++iter) { in ExpectMapFieldsSetViaReflectionIterator() 1365 iter != reflection->MapEnd(message, F("map_uint32_uint32")); in ExpectMapFieldsSetViaReflectionIterator() 1377 iter != reflection->MapEnd(message, F("map_uint64_uint64")); in ExpectMapFieldsSetViaReflectionIterator() 1389 iter != reflection->MapEnd(message, F("map_sint32_sint32")); in ExpectMapFieldsSetViaReflectionIterator() 1401 iter != reflection->MapEnd(message, F("map_sint64_sint64")); ++iter) { in ExpectMapFieldsSetViaReflectionIterator() 1412 iter != reflection->MapEnd(message, F("map_fixed32_fixed32")); in ExpectMapFieldsSetViaReflectionIterator() 1424 iter != reflection->MapEnd(message, F("map_fixed64_fixed64")); in ExpectMapFieldsSetViaReflectionIterator() 1436 iter != reflection->MapEnd(message, F("map_sfixed32_sfixed32")); in ExpectMapFieldsSetViaReflectionIterator() 1447 iter != reflection->MapEnd(message, F("map_int32_float")); ++iter) { in ExpectMapFieldsSetViaReflectionIterator() [all …]
|
D | map_field.h | 96 virtual void MapEnd(MapIterator* map_iter) const = 0; 191 void MapEnd(MapIterator* map_iter) const;
|
D | map_field_test.cc | 92 void MapEnd(MapIterator* map_iter) const {} in MapEnd() function in google::protobuf::internal::MapFieldBaseStub
|
D | message.cc | 268 MapIterator Reflection::MapEnd( in MapEnd() function in google::protobuf::Reflection
|
D | generated_message_reflection.h | 280 MapIterator MapEnd(
|
D | map_field_inl.h | 118 void TypeDefinedMapFieldBase<Key, T>::MapEnd(MapIterator* map_iter) const { in MapEnd() function
|
D | message.h | 984 virtual MapIterator MapEnd(
|
D | generated_message_reflection.cc | 1824 MapIterator GeneratedMessageReflection::MapEnd( in MapEnd() function in google::protobuf::internal::GeneratedMessageReflection 1831 GetRaw<MapFieldBase>(*message, field).MapEnd(&iter); in MapEnd()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/ |
D | map_container.cc | 909 reflection->MapEnd(message, self->container->parent_field_descriptor)) { in IterNext()
|