Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_primitive_field.cc197 PrimitiveOneofFieldGenerator::
198 PrimitiveOneofFieldGenerator(const FieldDescriptor* descriptor, in PrimitiveOneofFieldGenerator() function in google::protobuf::compiler::cpp::PrimitiveOneofFieldGenerator
204 PrimitiveOneofFieldGenerator::~PrimitiveOneofFieldGenerator() {} in ~PrimitiveOneofFieldGenerator()
206 void PrimitiveOneofFieldGenerator::
224 void PrimitiveOneofFieldGenerator::
229 void PrimitiveOneofFieldGenerator::
234 void PrimitiveOneofFieldGenerator::
241 void PrimitiveOneofFieldGenerator::
Dcpp_primitive_field.h74 class PrimitiveOneofFieldGenerator : public PrimitiveFieldGenerator {
76 explicit PrimitiveOneofFieldGenerator(const FieldDescriptor* descriptor,
78 ~PrimitiveOneofFieldGenerator();
88 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(PrimitiveOneofFieldGenerator);
Dcpp_field.cc134 return new PrimitiveOneofFieldGenerator(field, options); in MakeGenerator()