Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_reflection_class.h46 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;
H A Dcsharp_reflection_class.cc54 ReflectionClassGenerator::ReflectionClassGenerator(const FileDescriptor* file, in ReflectionClassGenerator() function in google::protobuf::compiler::csharp::ReflectionClassGenerator
63 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()
H A Dcsharp_generator.cc60 ReflectionClassGenerator reflectionClassGenerator(file, options); in GenerateFile()
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_reflection_class.h46 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;
H A Dcsharp_reflection_class.cc54 ReflectionClassGenerator::ReflectionClassGenerator(const FileDescriptor* file, in ReflectionClassGenerator() function in google::protobuf::compiler::csharp::ReflectionClassGenerator
63 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()
H A Dcsharp_generator.cc60 ReflectionClassGenerator reflectionClassGenerator(file, options); in GenerateFile()