Back to home page

EIC code displayed by LXR

 
 

    


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 }  // namespace java
0015 }  // namespace compiler
0016 }  // namespace protobuf
0017 }  // namespace google
0018 
0019 #endif  // GOOGLE_PROTOBUF_COMPILER_JAVA_IMMUTABLE_GENERATOR_FACTORY_H__