Home
last modified time | relevance | path

Searched refs:GetMapData (Results 1 – 7 of 7) sorted by relevance

/external/protobuf/src/google/protobuf/
Dreflection_ops.cc101 from_reflection->GetMapData(from, field); in Merge()
201 reflection->GetMapData(message, field); in IsInitialized()
Dwire_format.cc898 message_reflection->GetMapData(message, field); in SerializeFieldWithCachedSizes()
1236 message_reflection->GetMapData(message, field); in FieldDataOnlyByteSize()
Dmessage.h954 const internal::MapFieldBase* GetMapData(const Message& message,
Dmap_test_util.cc1560 EXPECT_TRUE(reflection->GetMapData(message, F("map_int32_foreign_message")) in ExpectClearViaReflection()
Dgenerated_message_reflection.cc2218 const MapFieldBase* Reflection::GetMapData(const Message& message, in GetMapData() function in google::protobuf::Reflection
Dtext_format.cc2092 const MapFieldBase& base = *reflection->GetMapData(message, field); in SortMap()
/external/protobuf/python/google/protobuf/pyext/
Dmap_container.cc347 other_reflection->GetMapData(*other_message, in MergeFrom()