GRPC C++  1.39.1
config_protobuf.h
Go to the documentation of this file.
1 /*
2  *
3  * Copyright 2015 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 GRPCPP_IMPL_CODEGEN_CONFIG_PROTOBUF_H
20 #define GRPCPP_IMPL_CODEGEN_CONFIG_PROTOBUF_H
21 
22 #define GRPC_OPEN_SOURCE_PROTO
23 
24 #ifndef GRPC_CUSTOM_MESSAGE
25 #ifdef GRPC_USE_PROTO_LITE
26 #include <google/protobuf/message_lite.h>
27 #define GRPC_CUSTOM_MESSAGE ::google::protobuf::MessageLite
28 #define GRPC_CUSTOM_MESSAGELITE ::google::protobuf::MessageLite
29 #else
30 #include <google/protobuf/message.h>
31 #define GRPC_CUSTOM_MESSAGE ::google::protobuf::Message
32 #define GRPC_CUSTOM_MESSAGELITE ::google::protobuf::MessageLite
33 #endif
34 #endif
35 
36 #ifndef GRPC_CUSTOM_DESCRIPTOR
37 #include <google/protobuf/descriptor.h>
38 #include <google/protobuf/descriptor.pb.h>
39 #define GRPC_CUSTOM_DESCRIPTOR ::google::protobuf::Descriptor
40 #define GRPC_CUSTOM_DESCRIPTORPOOL ::google::protobuf::DescriptorPool
41 #define GRPC_CUSTOM_FIELDDESCRIPTOR ::google::protobuf::FieldDescriptor
42 #define GRPC_CUSTOM_FILEDESCRIPTOR ::google::protobuf::FileDescriptor
43 #define GRPC_CUSTOM_FILEDESCRIPTORPROTO ::google::protobuf::FileDescriptorProto
44 #define GRPC_CUSTOM_METHODDESCRIPTOR ::google::protobuf::MethodDescriptor
45 #define GRPC_CUSTOM_SERVICEDESCRIPTOR ::google::protobuf::ServiceDescriptor
46 #define GRPC_CUSTOM_SOURCELOCATION ::google::protobuf::SourceLocation
47 #endif
48 
49 #ifndef GRPC_CUSTOM_DESCRIPTORDATABASE
50 #include <google/protobuf/descriptor_database.h>
51 #define GRPC_CUSTOM_DESCRIPTORDATABASE ::google::protobuf::DescriptorDatabase
52 #define GRPC_CUSTOM_SIMPLEDESCRIPTORDATABASE \
53  ::google::protobuf::SimpleDescriptorDatabase
54 #endif
55 
56 #ifndef GRPC_CUSTOM_ZEROCOPYOUTPUTSTREAM
57 #include <google/protobuf/io/coded_stream.h>
58 #include <google/protobuf/io/zero_copy_stream.h>
59 #define GRPC_CUSTOM_ZEROCOPYOUTPUTSTREAM \
60  ::google::protobuf::io::ZeroCopyOutputStream
61 #define GRPC_CUSTOM_ZEROCOPYINPUTSTREAM \
62  ::google::protobuf::io::ZeroCopyInputStream
63 #define GRPC_CUSTOM_CODEDINPUTSTREAM ::google::protobuf::io::CodedInputStream
64 #endif
65 
66 #ifndef GRPC_CUSTOM_JSONUTIL
67 #include <google/protobuf/util/json_util.h>
68 #include <google/protobuf/util/type_resolver_util.h>
69 #define GRPC_CUSTOM_JSONUTIL ::google::protobuf::util
70 #define GRPC_CUSTOM_UTIL_STATUS ::google::protobuf::util::Status
71 #endif
72 
73 namespace grpc {
74 namespace protobuf {
75 
78 
89 
90 namespace util {
92 } // namespace util
93 
94 // NOLINTNEXTLINE(misc-unused-alias-decls)
95 namespace json = GRPC_CUSTOM_JSONUTIL;
96 
97 namespace io {
101 } // namespace io
102 
103 } // namespace protobuf
104 } // namespace grpc
105 
106 #endif // GRPCPP_IMPL_CODEGEN_CONFIG_PROTOBUF_H
#define GRPC_CUSTOM_SIMPLEDESCRIPTORDATABASE
Definition: config_protobuf.h:52
#define GRPC_CUSTOM_ZEROCOPYINPUTSTREAM
Definition: config_protobuf.h:61
#define GRPC_CUSTOM_METHODDESCRIPTOR
Definition: config_protobuf.h:44
#define GRPC_CUSTOM_DESCRIPTORPOOL
Definition: config_protobuf.h:40
#define GRPC_CUSTOM_MESSAGELITE
Definition: config_protobuf.h:32
#define GRPC_CUSTOM_SERVICEDESCRIPTOR
Definition: config_protobuf.h:45
#define GRPC_CUSTOM_DESCRIPTORDATABASE
Definition: config_protobuf.h:51
#define GRPC_CUSTOM_FILEDESCRIPTORPROTO
Definition: config_protobuf.h:43
#define GRPC_CUSTOM_ZEROCOPYOUTPUTSTREAM
Definition: config_protobuf.h:59
#define GRPC_CUSTOM_DESCRIPTOR
Definition: config_protobuf.h:39
#define GRPC_CUSTOM_UTIL_STATUS
Definition: config_protobuf.h:70
#define GRPC_CUSTOM_MESSAGE
Definition: config_protobuf.h:31
#define GRPC_CUSTOM_FIELDDESCRIPTOR
Definition: config_protobuf.h:41
#define GRPC_CUSTOM_FILEDESCRIPTOR
Definition: config_protobuf.h:42
#define GRPC_CUSTOM_JSONUTIL
Definition: config_protobuf.h:69
#define GRPC_CUSTOM_CODEDINPUTSTREAM
Definition: config_protobuf.h:63
#define GRPC_CUSTOM_SOURCELOCATION
Definition: config_protobuf.h:46
::google::protobuf::io::CodedInputStream CodedInputStream
Definition: config_protobuf.h:100
::google::protobuf::io::ZeroCopyOutputStream ZeroCopyOutputStream
Definition: config_protobuf.h:98
::google::protobuf::io::ZeroCopyInputStream ZeroCopyInputStream
Definition: config_protobuf.h:99
::google::protobuf::util::Status Status
Definition: config_protobuf.h:91
::google::protobuf::DescriptorDatabase DescriptorDatabase
Definition: config_protobuf.h:81
::google::protobuf::DescriptorPool DescriptorPool
Definition: config_protobuf.h:80
::google::protobuf::SourceLocation SourceLocation
Definition: config_protobuf.h:88
::google::protobuf::Message Message
Definition: config_protobuf.h:76
::google::protobuf::SimpleDescriptorDatabase SimpleDescriptorDatabase
Definition: config_protobuf.h:87
::google::protobuf::ServiceDescriptor ServiceDescriptor
Definition: config_protobuf.h:86
::google::protobuf::MethodDescriptor MethodDescriptor
Definition: config_protobuf.h:85
::google::protobuf::FileDescriptorProto FileDescriptorProto
Definition: config_protobuf.h:84
::google::protobuf::FileDescriptor FileDescriptor
Definition: config_protobuf.h:83
::google::protobuf::Descriptor Descriptor
Definition: config_protobuf.h:79
::google::protobuf::MessageLite MessageLite
Definition: config_protobuf.h:77
::google::protobuf::FieldDescriptor FieldDescriptor
Definition: config_protobuf.h:82
An Alarm posts the user-provided tag to its associated completion queue or invokes the user-provided ...
Definition: alarm.h:33