Home
last modified time | relevance | path

Searched refs:MapSize (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmessage.h990 virtual int MapSize(const Message& /* message */, in MapSize() function
Dgenerated_message_reflection.h283 int MapSize(const Message& message, const FieldDescriptor* field) const;
Dgenerated_message_reflection.cc1835 int GeneratedMessageReflection::MapSize( in MapSize() function in google::protobuf::internal::GeneratedMessageReflection
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmap_container.cc317 return message->GetReflection()->MapSize(*message, in Length()