config_grpc_cli.h
Go to the documentation of this file.
1 /*
2  *
3  * Copyright 2016 gRPC authors.
4  *
5  * Licensed under the Apache License, Version 2.0 (the "License");
6  * you may not use this file except in compliance with the License.
7  * You may obtain a copy of the License at
8  *
9  * http://www.apache.org/licenses/LICENSE-2.0
10  *
11  * Unless required by applicable law or agreed to in writing, software
12  * distributed under the License is distributed on an "AS IS" BASIS,
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  * See the License for the specific language governing permissions and
15  * limitations under the License.
16  *
17  */
18 
19 #ifndef GRPC_TEST_CPP_UTIL_CONFIG_GRPC_CLI_H
20 #define GRPC_TEST_CPP_UTIL_CONFIG_GRPC_CLI_H
21 
23 
24 #ifndef GRPC_CUSTOM_DYNAMICMESSAGEFACTORY
25 #include <google/protobuf/dynamic_message.h>
26 #define GRPC_CUSTOM_DYNAMICMESSAGEFACTORY \
27  ::google::protobuf::DynamicMessageFactory
28 #endif
29 
30 #ifndef GRPC_CUSTOM_DESCRIPTORPOOLDATABASE
31 #include <google/protobuf/descriptor.h>
32 #define GRPC_CUSTOM_DESCRIPTORPOOLDATABASE \
33  ::google::protobuf::DescriptorPoolDatabase
34 #define GRPC_CUSTOM_MERGEDDESCRIPTORDATABASE \
35  ::google::protobuf::MergedDescriptorDatabase
36 #endif
37 
38 #ifndef GRPC_CUSTOM_TEXTFORMAT
39 #include <google/protobuf/text_format.h>
40 #define GRPC_CUSTOM_TEXTFORMAT ::google::protobuf::TextFormat
41 #endif
42 
43 #ifndef GRPC_CUSTOM_DISKSOURCETREE
44 #include <google/protobuf/compiler/importer.h>
45 #define GRPC_CUSTOM_DISKSOURCETREE ::google::protobuf::compiler::DiskSourceTree
46 #define GRPC_CUSTOM_IMPORTER ::google::protobuf::compiler::Importer
47 #define GRPC_CUSTOM_MULTIFILEERRORCOLLECTOR \
48  ::google::protobuf::compiler::MultiFileErrorCollector
49 #endif
50 
51 namespace grpc {
52 namespace protobuf {
53 
55 
58 
60 
61 namespace compiler {
65 } // namespace compiler
66 
67 } // namespace protobuf
68 } // namespace grpc
69 
70 #endif // GRPC_TEST_CPP_UTIL_CONFIG_GRPC_CLI_H
grpc::protobuf::DescriptorPoolDatabase
GRPC_CUSTOM_DESCRIPTORPOOLDATABASE DescriptorPoolDatabase
Definition: config_grpc_cli.h:56
grpc
Definition: grpcpp/alarm.h:33
grpc::protobuf::MergedDescriptorDatabase
GRPC_CUSTOM_MERGEDDESCRIPTORDATABASE MergedDescriptorDatabase
Definition: config_grpc_cli.h:57
GRPC_CUSTOM_DESCRIPTORPOOLDATABASE
#define GRPC_CUSTOM_DESCRIPTORPOOLDATABASE
Definition: config_grpc_cli.h:32
GRPC_CUSTOM_DYNAMICMESSAGEFACTORY
#define GRPC_CUSTOM_DYNAMICMESSAGEFACTORY
Definition: config_grpc_cli.h:26
google::protobuf
Definition: bloaty/third_party/protobuf/benchmarks/util/data_proto2_to_proto3_util.h:12
grpc::protobuf::DynamicMessageFactory
GRPC_CUSTOM_DYNAMICMESSAGEFACTORY DynamicMessageFactory
Definition: config_grpc_cli.h:54
grpc::protobuf::compiler::Importer
GRPC_CUSTOM_IMPORTER Importer
Definition: config_grpc_cli.h:63
grpc::protobuf::compiler::DiskSourceTree
GRPC_CUSTOM_DISKSOURCETREE DiskSourceTree
Definition: config_grpc_cli.h:62
GRPC_CUSTOM_MERGEDDESCRIPTORDATABASE
#define GRPC_CUSTOM_MERGEDDESCRIPTORDATABASE
Definition: config_grpc_cli.h:34
grpc::protobuf::TextFormat
GRPC_CUSTOM_TEXTFORMAT TextFormat
Definition: config_grpc_cli.h:59
grpc::protobuf::compiler::MultiFileErrorCollector
GRPC_CUSTOM_MULTIFILEERRORCOLLECTOR MultiFileErrorCollector
Definition: config_grpc_cli.h:64
GRPC_CUSTOM_IMPORTER
#define GRPC_CUSTOM_IMPORTER
Definition: config_grpc_cli.h:46
config_protobuf.h
GRPC_CUSTOM_TEXTFORMAT
#define GRPC_CUSTOM_TEXTFORMAT
Definition: config_grpc_cli.h:40
GRPC_CUSTOM_MULTIFILEERRORCOLLECTOR
#define GRPC_CUSTOM_MULTIFILEERRORCOLLECTOR
Definition: config_grpc_cli.h:47
GRPC_CUSTOM_DISKSOURCETREE
#define GRPC_CUSTOM_DISKSOURCETREE
Definition: config_grpc_cli.h:45
compiler
Definition: bloaty/third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc:21


grpc
Author(s):
autogenerated on Thu Mar 13 2025 02:58:52