Searched refs:StringOneofFieldGenerator (Results 1 – 3 of 3) sorted by relevance
330 StringOneofFieldGenerator::331 StringOneofFieldGenerator(const FieldDescriptor* descriptor, in StringOneofFieldGenerator() function in google::protobuf::compiler::cpp::StringOneofFieldGenerator337 StringOneofFieldGenerator::~StringOneofFieldGenerator() {} in ~StringOneofFieldGenerator()339 void StringOneofFieldGenerator::415 void StringOneofFieldGenerator::421 void StringOneofFieldGenerator::426 void StringOneofFieldGenerator::439 void StringOneofFieldGenerator::
79 class StringOneofFieldGenerator : public StringFieldGenerator {81 explicit StringOneofFieldGenerator(const FieldDescriptor* descriptor,83 ~StringOneofFieldGenerator();93 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(StringOneofFieldGenerator);
129 return new StringOneofFieldGenerator(field, options); in MakeGenerator()