File indexing completed on 2025-01-31 10:11:57
0001 #ifndef GOOGLE_PROTOBUF_COMPILER_JAVA_IMMUTABLE_GENERATOR_FACTORY_H__
0002 #define GOOGLE_PROTOBUF_COMPILER_JAVA_IMMUTABLE_GENERATOR_FACTORY_H__
0003
0004 #include "google/protobuf/compiler/java/generator_factory.h"
0005
0006 namespace google {
0007 namespace protobuf {
0008 namespace compiler {
0009 namespace java {
0010
0011 std::unique_ptr<GeneratorFactory> MakeImmutableGeneratorFactory(
0012 Context* context);
0013
0014 }
0015 }
0016 }
0017 }
0018
0019 #endif