Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-31 10:11:58

0001 // Protocol Buffers - Google's data interchange format
0002 // Copyright 2024 Google Inc.  All rights reserved.
0003 //
0004 // Use of this source code is governed by a BSD-style
0005 // license that can be found in the LICENSE file or at
0006 // https://developers.google.com/open-source/licenses/bsd
0007 
0008 #ifndef GOOGLE_PROTOBUF_COMPILER_JAVA_LITE_MAKE_FIELD_GENS_H__
0009 #define GOOGLE_PROTOBUF_COMPILER_JAVA_LITE_MAKE_FIELD_GENS_H__
0010 
0011 #include <memory>
0012 #include <vector>
0013 
0014 #include "google/protobuf/compiler/java/context.h"
0015 #include "google/protobuf/compiler/java/generator_common.h"
0016 #include "google/protobuf/compiler/java/lite/field_generator.h"
0017 #include "google/protobuf/descriptor.h"
0018 
0019 namespace google {
0020 namespace protobuf {
0021 namespace compiler {
0022 namespace java {
0023 
0024 FieldGeneratorMap<ImmutableFieldLiteGenerator> MakeImmutableFieldLiteGenerators(
0025     const Descriptor* descriptor, Context* context);
0026 
0027 }  // namespace java
0028 }  // namespace compiler
0029 }  // namespace protobuf
0030 }  // namespace google
0031 
0032 #endif  // GOOGLE_PROTOBUF_COMPILER_JAVA_LITE_MAKE_FIELD_GENS_H__