Searched refs:PrimitiveOneofFieldGenerator (Results 1 – 3 of 3) sorted by relevance
197 PrimitiveOneofFieldGenerator::198 PrimitiveOneofFieldGenerator(const FieldDescriptor* descriptor, in PrimitiveOneofFieldGenerator() function in google::protobuf::compiler::cpp::PrimitiveOneofFieldGenerator204 PrimitiveOneofFieldGenerator::~PrimitiveOneofFieldGenerator() {} in ~PrimitiveOneofFieldGenerator()206 void PrimitiveOneofFieldGenerator::224 void PrimitiveOneofFieldGenerator::229 void PrimitiveOneofFieldGenerator::234 void PrimitiveOneofFieldGenerator::241 void PrimitiveOneofFieldGenerator::
74 class PrimitiveOneofFieldGenerator : public PrimitiveFieldGenerator {76 explicit PrimitiveOneofFieldGenerator(const FieldDescriptor* descriptor,78 ~PrimitiveOneofFieldGenerator();88 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(PrimitiveOneofFieldGenerator);
134 return new PrimitiveOneofFieldGenerator(field, options); in MakeGenerator()