Searched refs:ReflectionClassGenerator (Results 1 – 3 of 3) sorted by relevance
54 ReflectionClassGenerator::ReflectionClassGenerator(const FileDescriptor* file, in ReflectionClassGenerator() function in google::protobuf::compiler::csharp::ReflectionClassGenerator62 ReflectionClassGenerator::~ReflectionClassGenerator() { in ~ReflectionClassGenerator()65 void ReflectionClassGenerator::Generate(io::Printer* printer) { in Generate()105 void ReflectionClassGenerator::WriteIntroduction(io::Printer* printer) { in WriteIntroduction()137 void ReflectionClassGenerator::WriteDescriptor(io::Printer* printer) { in WriteDescriptor()231 void ReflectionClassGenerator::WriteGeneratedCodeInfo(const Descriptor* descriptor, io::Printer* pr… in WriteGeneratedCodeInfo()
44 class ReflectionClassGenerator : public SourceGeneratorBase {46 ReflectionClassGenerator(const FileDescriptor* file, const Options* options);47 ~ReflectionClassGenerator();63 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ReflectionClassGenerator);
57 ReflectionClassGenerator reflectionClassGenerator(file, options); in GenerateFile()