Go to the documentation of this file.
19 #ifndef GRPCPP_IMPL_CODEGEN_CONFIG_PROTOBUF_H
20 #define GRPCPP_IMPL_CODEGEN_CONFIG_PROTOBUF_H
22 #define GRPC_OPEN_SOURCE_PROTO
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
30 #include <google/protobuf/message.h>
31 #define GRPC_CUSTOM_MESSAGE ::google::protobuf::Message
32 #define GRPC_CUSTOM_MESSAGELITE ::google::protobuf::MessageLite
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
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
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
66 #ifndef GRPC_CUSTOM_JSONUTIL
67 #include <google/protobuf/util/json_util.h>
68 #define GRPC_CUSTOM_JSONUTIL ::google::protobuf::util
69 #define GRPC_CUSTOM_UTIL_STATUS ::google::protobuf::util::Status
104 #endif // GRPCPP_IMPL_CODEGEN_CONFIG_PROTOBUF_H
::google::protobuf::FieldDescriptor FieldDescriptor
Definition: config_protobuf.h:81
#define GRPC_CUSTOM_SERVICEDESCRIPTOR
Definition: config_protobuf.h:45
#define GRPC_CUSTOM_FILEDESCRIPTOR
Definition: config_protobuf.h:42
This header provides an object that reads bytes directly from a grpc::ByteBuffer, via the ZeroCopyInp...
Definition: alarm.h:24
#define GRPC_CUSTOM_FILEDESCRIPTORPROTO
Definition: config_protobuf.h:43
::google::protobuf::io::ZeroCopyOutputStream ZeroCopyOutputStream
Definition: config_protobuf.h:96
#define GRPC_CUSTOM_ZEROCOPYINPUTSTREAM
Definition: config_protobuf.h:61
#define GRPC_CUSTOM_DESCRIPTORPOOL
Definition: config_protobuf.h:40
::google::protobuf::io::ZeroCopyInputStream ZeroCopyInputStream
Definition: config_protobuf.h:97
::google::protobuf::FileDescriptorProto FileDescriptorProto
Definition: config_protobuf.h:83
::google::protobuf::io::CodedInputStream CodedInputStream
Definition: config_protobuf.h:98
::google::protobuf::FileDescriptor FileDescriptor
Definition: config_protobuf.h:82
#define GRPC_CUSTOM_DESCRIPTORDATABASE
Definition: config_protobuf.h:51
#define GRPC_CUSTOM_MESSAGELITE
Definition: config_protobuf.h:32
#define GRPC_CUSTOM_FIELDDESCRIPTOR
Definition: config_protobuf.h:41
#define GRPC_CUSTOM_METHODDESCRIPTOR
Definition: config_protobuf.h:44
#define GRPC_CUSTOM_CODEDINPUTSTREAM
Definition: config_protobuf.h:63
#define GRPC_CUSTOM_SIMPLEDESCRIPTORDATABASE
Definition: config_protobuf.h:52
::google::protobuf::ServiceDescriptor ServiceDescriptor
Definition: config_protobuf.h:85
::google::protobuf::DescriptorPool DescriptorPool
Definition: config_protobuf.h:79
#define GRPC_CUSTOM_UTIL_STATUS
Definition: config_protobuf.h:69
::google::protobuf::DescriptorDatabase DescriptorDatabase
Definition: config_protobuf.h:80
#define GRPC_CUSTOM_ZEROCOPYOUTPUTSTREAM
Definition: config_protobuf.h:59
::google::protobuf::util::Status Status
Definition: config_protobuf.h:90
::google::protobuf::SimpleDescriptorDatabase SimpleDescriptorDatabase
Definition: config_protobuf.h:86
#define GRPC_CUSTOM_MESSAGE
Definition: config_protobuf.h:31
#define GRPC_CUSTOM_SOURCELOCATION
Definition: config_protobuf.h:46
#define GRPC_CUSTOM_DESCRIPTOR
Definition: config_protobuf.h:39
::google::protobuf::Descriptor Descriptor
Definition: config_protobuf.h:78
::google::protobuf::SourceLocation SourceLocation
Definition: config_protobuf.h:87
::google::protobuf::Message Message
Definition: config_protobuf.h:75
#define GRPC_CUSTOM_JSONUTIL
Definition: config_protobuf.h:68
::google::protobuf::MethodDescriptor MethodDescriptor
Definition: config_protobuf.h:84
::google::protobuf::MessageLite MessageLite
Definition: config_protobuf.h:76