Home
last modified time | relevance | path

Searched refs:GetOneofFieldDescriptor (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.h224 const FieldDescriptor* GetOneofFieldDescriptor(
Dmessage.h402 virtual const FieldDescriptor* GetOneofFieldDescriptor( in GetOneofFieldDescriptor() function
Dtext_format.cc453 reflection->GetOneofFieldDescriptor(*message, oneof); in ConsumeField()
Dgenerated_message_reflection.cc1400 const FieldDescriptor* GeneratedMessageReflection::GetOneofFieldDescriptor( in GetOneofFieldDescriptor() function in google::protobuf::internal::GeneratedMessageReflection
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc413 reflection->GetOneofFieldDescriptor(*message, oneof); in CheckAndGetInteger()
884 return message->GetReflection()->GetOneofFieldDescriptor( in CheckAndGetInteger()
1474 self->message->GetReflection()->GetOneofFieldDescriptor( in CheckAndGetInteger()