34 #ifndef GRPCXX_IMPL_CODEGEN_CONFIG_PROTOBUF_H
35 #define GRPCXX_IMPL_CODEGEN_CONFIG_PROTOBUF_H
37 #define GRPC_OPEN_SOURCE_PROTO
39 #ifndef GRPC_CUSTOM_PROTOBUF_INT64
40 #include <google/protobuf/stubs/common.h>
41 #define GRPC_CUSTOM_PROTOBUF_INT64 ::google::protobuf::int64
44 #ifndef GRPC_CUSTOM_MESSAGE
45 #ifdef GRPC_USE_PROTO_LITE
46 #include <google/protobuf/message_lite.h>
47 #define GRPC_CUSTOM_MESSAGE ::google::protobuf::MessageLite
49 #include <google/protobuf/message.h>
50 #define GRPC_CUSTOM_MESSAGE ::google::protobuf::Message
54 #ifndef GRPC_CUSTOM_DESCRIPTOR
55 #include <google/protobuf/descriptor.h>
56 #include <google/protobuf/descriptor.pb.h>
57 #define GRPC_CUSTOM_DESCRIPTOR ::google::protobuf::Descriptor
58 #define GRPC_CUSTOM_DESCRIPTORPOOL ::google::protobuf::DescriptorPool
59 #define GRPC_CUSTOM_FIELDDESCRIPTOR ::google::protobuf::FieldDescriptor
60 #define GRPC_CUSTOM_FILEDESCRIPTOR ::google::protobuf::FileDescriptor
61 #define GRPC_CUSTOM_FILEDESCRIPTORPROTO ::google::protobuf::FileDescriptorProto
62 #define GRPC_CUSTOM_METHODDESCRIPTOR ::google::protobuf::MethodDescriptor
63 #define GRPC_CUSTOM_SERVICEDESCRIPTOR ::google::protobuf::ServiceDescriptor
64 #define GRPC_CUSTOM_SOURCELOCATION ::google::protobuf::SourceLocation
67 #ifndef GRPC_CUSTOM_DESCRIPTORDATABASE
68 #include <google/protobuf/descriptor_database.h>
69 #define GRPC_CUSTOM_DESCRIPTORDATABASE ::google::protobuf::DescriptorDatabase
70 #define GRPC_CUSTOM_SIMPLEDESCRIPTORDATABASE \
71 ::google::protobuf::SimpleDescriptorDatabase
74 #ifndef GRPC_CUSTOM_ZEROCOPYOUTPUTSTREAM
75 #include <google/protobuf/io/coded_stream.h>
76 #include <google/protobuf/io/zero_copy_stream.h>
77 #define GRPC_CUSTOM_ZEROCOPYOUTPUTSTREAM \
78 ::google::protobuf::io::ZeroCopyOutputStream
79 #define GRPC_CUSTOM_ZEROCOPYINPUTSTREAM \
80 ::google::protobuf::io::ZeroCopyInputStream
81 #define GRPC_CUSTOM_CODEDINPUTSTREAM ::google::protobuf::io::CodedInputStream
110 #endif // GRPCXX_IMPL_CODEGEN_CONFIG_PROTOBUF_H
#define GRPC_CUSTOM_SOURCELOCATION
Definition: config_protobuf.h:64
#define GRPC_CUSTOM_METHODDESCRIPTOR
Definition: config_protobuf.h:62
#define GRPC_CUSTOM_SERVICEDESCRIPTOR
Definition: config_protobuf.h:63
#define GRPC_CUSTOM_SIMPLEDESCRIPTORDATABASE
Definition: config_protobuf.h:70
#define GRPC_CUSTOM_MESSAGE
Definition: config_protobuf.h:50
#define GRPC_CUSTOM_CODEDINPUTSTREAM
Definition: config_protobuf.h:81
::google::protobuf::MethodDescriptor MethodDescriptor
Definition: config_protobuf.h:96
#define GRPC_CUSTOM_FIELDDESCRIPTOR
Definition: config_protobuf.h:59
::google::protobuf::SimpleDescriptorDatabase SimpleDescriptorDatabase
Definition: config_protobuf.h:98
::google::protobuf::SourceLocation SourceLocation
Definition: config_protobuf.h:99
::google::protobuf::io::ZeroCopyInputStream ZeroCopyInputStream
Definition: config_protobuf.h:103
#define GRPC_CUSTOM_PROTOBUF_INT64
Definition: config_protobuf.h:41
::google::protobuf::FileDescriptor FileDescriptor
Definition: config_protobuf.h:94
#define GRPC_CUSTOM_DESCRIPTOR
Definition: config_protobuf.h:57
::google::protobuf::int64 int64
Definition: config_protobuf.h:88
::google::protobuf::FileDescriptorProto FileDescriptorProto
Definition: config_protobuf.h:95
#define GRPC_CUSTOM_FILEDESCRIPTOR
Definition: config_protobuf.h:60
::google::protobuf::FieldDescriptor FieldDescriptor
Definition: config_protobuf.h:93
#define GRPC_CUSTOM_FILEDESCRIPTORPROTO
Definition: config_protobuf.h:61
::google::protobuf::DescriptorDatabase DescriptorDatabase
Definition: config_protobuf.h:92
#define GRPC_CUSTOM_ZEROCOPYINPUTSTREAM
Definition: config_protobuf.h:79
::google::protobuf::ServiceDescriptor ServiceDescriptor
Definition: config_protobuf.h:97
::google::protobuf::Descriptor Descriptor
Definition: config_protobuf.h:90
::google::protobuf::io::ZeroCopyOutputStream ZeroCopyOutputStream
Definition: config_protobuf.h:102
#define GRPC_CUSTOM_ZEROCOPYOUTPUTSTREAM
Definition: config_protobuf.h:77
#define GRPC_CUSTOM_DESCRIPTORPOOL
Definition: config_protobuf.h:58
#define GRPC_CUSTOM_DESCRIPTORDATABASE
Definition: config_protobuf.h:69
::google::protobuf::DescriptorPool DescriptorPool
Definition: config_protobuf.h:91
::google::protobuf::Message Message
Definition: config_protobuf.h:87
::google::protobuf::io::CodedInputStream CodedInputStream
Definition: config_protobuf.h:104