Warning, file /include/google/protobuf/compiler/java/full/make_field_gens.h was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008 #ifndef GOOGLE_PROTOBUF_COMPILER_JAVA_IMMUTABLE_MAKE_FIELD_GENS_H__
0009 #define GOOGLE_PROTOBUF_COMPILER_JAVA_IMMUTABLE_MAKE_FIELD_GENS_H__
0010
0011 #include "google/protobuf/compiler/java/context.h"
0012 #include "google/protobuf/compiler/java/generator_common.h"
0013 #include "google/protobuf/compiler/java/full/field_generator.h"
0014 #include "google/protobuf/descriptor.h"
0015
0016 namespace google {
0017 namespace protobuf {
0018 namespace compiler {
0019 namespace java {
0020
0021 FieldGeneratorMap<ImmutableFieldGenerator> MakeImmutableFieldGenerators(
0022 const Descriptor* descriptor, Context* context);
0023
0024 }
0025 }
0026 }
0027 }
0028
0029 #endif