Home
last modified time | relevance | path

Searched refs:MessageOneofFieldGenerator (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_message_field.cc190 MessageOneofFieldGenerator::
191 MessageOneofFieldGenerator(const FieldDescriptor* descriptor, in MessageOneofFieldGenerator() function in google::protobuf::compiler::cpp::MessageOneofFieldGenerator
197 MessageOneofFieldGenerator::~MessageOneofFieldGenerator() {} in ~MessageOneofFieldGenerator()
199 void MessageOneofFieldGenerator::
233 void MessageOneofFieldGenerator::
240 void MessageOneofFieldGenerator::
245 void MessageOneofFieldGenerator::
Dcpp_message_field.h74 class MessageOneofFieldGenerator : public MessageFieldGenerator {
76 explicit MessageOneofFieldGenerator(const FieldDescriptor* descriptor,
78 ~MessageOneofFieldGenerator();
87 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(MessageOneofFieldGenerator);
Dcpp_field.cc124 return new MessageOneofFieldGenerator(field, options); in MakeGenerator()