Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_string_field.cc330 StringOneofFieldGenerator::
331 StringOneofFieldGenerator(const FieldDescriptor* descriptor, in StringOneofFieldGenerator() function in google::protobuf::compiler::cpp::StringOneofFieldGenerator
337 StringOneofFieldGenerator::~StringOneofFieldGenerator() {} in ~StringOneofFieldGenerator()
339 void StringOneofFieldGenerator::
415 void StringOneofFieldGenerator::
421 void StringOneofFieldGenerator::
426 void StringOneofFieldGenerator::
439 void StringOneofFieldGenerator::
Dcpp_string_field.h79 class StringOneofFieldGenerator : public StringFieldGenerator {
81 explicit StringOneofFieldGenerator(const FieldDescriptor* descriptor,
83 ~StringOneofFieldGenerator();
93 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(StringOneofFieldGenerator);
Dcpp_field.cc129 return new StringOneofFieldGenerator(field, options); in MakeGenerator()