Searched refs:ReflectionClassGenerator (Results 1 – 6 of 6) sorted by relevance
46 class ReflectionClassGenerator : public SourceGeneratorBase {48 ReflectionClassGenerator(const FileDescriptor* file, const Options* options);49 ~ReflectionClassGenerator();51 ReflectionClassGenerator(const ReflectionClassGenerator&) = delete;52 ReflectionClassGenerator& operator=(const ReflectionClassGenerator&) = delete;
54 ReflectionClassGenerator::ReflectionClassGenerator(const FileDescriptor* file, in ReflectionClassGenerator() function in google::protobuf::compiler::csharp::ReflectionClassGenerator63 ReflectionClassGenerator::~ReflectionClassGenerator() { in ~ReflectionClassGenerator()66 void ReflectionClassGenerator::Generate(io::Printer* printer) { in Generate()125 void ReflectionClassGenerator::WriteIntroduction(io::Printer* printer) { in WriteIntroduction()156 void ReflectionClassGenerator::WriteDescriptor(io::Printer* printer) { in WriteDescriptor()253 void ReflectionClassGenerator::WriteGeneratedCodeInfo(const Descriptor* descriptor, io::Printer* pr… in WriteGeneratedCodeInfo()
60 ReflectionClassGenerator reflectionClassGenerator(file, options); in GenerateFile()