Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_reflection_class.h44 class ReflectionClassGenerator : public SourceGeneratorBase {
46 ReflectionClassGenerator(const FileDescriptor* file, const Options* options);
47 ~ReflectionClassGenerator();
63 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ReflectionClassGenerator);
Dcsharp_reflection_class.cc54 ReflectionClassGenerator::ReflectionClassGenerator(const FileDescriptor* file, in ReflectionClassGenerator() function in google::protobuf::compiler::csharp::ReflectionClassGenerator
62 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()
Dcsharp_generator.cc57 ReflectionClassGenerator reflectionClassGenerator(file, options); in GenerateFile()