Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.h262 const FieldDescriptor* GetOneofFieldDescriptor(
Dmessage.h449 virtual const FieldDescriptor* GetOneofFieldDescriptor( in GetOneofFieldDescriptor() function
Dtext_format.cc498 reflection->GetOneofFieldDescriptor(*message, oneof); in ConsumeField()
Dgenerated_message_reflection.cc1769 const FieldDescriptor* GeneratedMessageReflection::GetOneofFieldDescriptor( in GetOneofFieldDescriptor() function in google::protobuf::internal::GeneratedMessageReflection
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc781 reflection->GetOneofFieldDescriptor(*message, oneof); in CheckAndGetInteger()
1369 return message->GetReflection()->GetOneofFieldDescriptor(*message, in CheckAndGetInteger()
2071 self->message->GetReflection()->GetOneofFieldDescriptor( in CheckAndGetInteger()
/external/libprotobuf-mutator/src/
Dmutator.cc181 reflection->GetOneofFieldDescriptor(*message, oneof); in Sample()