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_PROTOBUF_INT64 25 #include <google/protobuf/stubs/common.h> 26 #define GRPC_CUSTOM_PROTOBUF_INT64 ::google::protobuf::int64 29 #ifndef GRPC_CUSTOM_MESSAGE 30 #ifdef GRPC_USE_PROTO_LITE 31 #include <google/protobuf/message_lite.h> 32 #define GRPC_CUSTOM_MESSAGE ::google::protobuf::MessageLite 33 #define GRPC_CUSTOM_MESSAGELITE ::google::protobuf::MessageLite 35 #include <google/protobuf/message.h> 36 #define GRPC_CUSTOM_MESSAGE ::google::protobuf::Message 37 #define GRPC_CUSTOM_MESSAGELITE ::google::protobuf::MessageLite 41 #ifndef GRPC_CUSTOM_DESCRIPTOR 42 #include <google/protobuf/descriptor.h> 43 #include <google/protobuf/descriptor.pb.h> 44 #define GRPC_CUSTOM_DESCRIPTOR ::google::protobuf::Descriptor 45 #define GRPC_CUSTOM_DESCRIPTORPOOL ::google::protobuf::DescriptorPool 46 #define GRPC_CUSTOM_FIELDDESCRIPTOR ::google::protobuf::FieldDescriptor 47 #define GRPC_CUSTOM_FILEDESCRIPTOR ::google::protobuf::FileDescriptor 48 #define GRPC_CUSTOM_FILEDESCRIPTORPROTO ::google::protobuf::FileDescriptorProto 49 #define GRPC_CUSTOM_METHODDESCRIPTOR ::google::protobuf::MethodDescriptor 50 #define GRPC_CUSTOM_SERVICEDESCRIPTOR ::google::protobuf::ServiceDescriptor 51 #define GRPC_CUSTOM_SOURCELOCATION ::google::protobuf::SourceLocation 54 #ifndef GRPC_CUSTOM_DESCRIPTORDATABASE 55 #include <google/protobuf/descriptor_database.h> 56 #define GRPC_CUSTOM_DESCRIPTORDATABASE ::google::protobuf::DescriptorDatabase 57 #define GRPC_CUSTOM_SIMPLEDESCRIPTORDATABASE \ 58 ::google::protobuf::SimpleDescriptorDatabase 61 #ifndef GRPC_CUSTOM_ZEROCOPYOUTPUTSTREAM 62 #include <google/protobuf/io/coded_stream.h> 63 #include <google/protobuf/io/zero_copy_stream.h> 64 #define GRPC_CUSTOM_ZEROCOPYOUTPUTSTREAM \ 65 ::google::protobuf::io::ZeroCopyOutputStream 66 #define GRPC_CUSTOM_ZEROCOPYINPUTSTREAM \ 67 ::google::protobuf::io::ZeroCopyInputStream 68 #define GRPC_CUSTOM_CODEDINPUTSTREAM ::google::protobuf::io::CodedInputStream 71 #ifndef GRPC_CUSTOM_JSONUTIL 72 #include <google/protobuf/util/json_util.h> 73 #define GRPC_CUSTOM_JSONUTIL ::google::protobuf::util 74 #define GRPC_CUSTOM_UTIL_STATUS ::google::protobuf::util::Status 110 #endif // GRPCPP_IMPL_CODEGEN_CONFIG_PROTOBUF_H #define GRPC_CUSTOM_SIMPLEDESCRIPTORDATABASE
Definition: config_protobuf.h:57
#define GRPC_CUSTOM_SERVICEDESCRIPTOR
Definition: config_protobuf.h:50
#define GRPC_CUSTOM_FILEDESCRIPTORPROTO
Definition: config_protobuf.h:48
#define GRPC_CUSTOM_FILEDESCRIPTOR
Definition: config_protobuf.h:47
#define GRPC_CUSTOM_MESSAGE
Definition: config_protobuf.h:36
#define GRPC_CUSTOM_METHODDESCRIPTOR
Definition: config_protobuf.h:49
::google::protobuf::MethodDescriptor MethodDescriptor
Definition: config_protobuf.h:90
::google::protobuf::SimpleDescriptorDatabase SimpleDescriptorDatabase
Definition: config_protobuf.h:92
#define GRPC_CUSTOM_UTIL_STATUS
Definition: config_protobuf.h:74
::google::protobuf::SourceLocation SourceLocation
Definition: config_protobuf.h:93
::google::protobuf::util::Status Status
Definition: config_protobuf.h:96
::google::protobuf::io::ZeroCopyInputStream ZeroCopyInputStream
Definition: config_protobuf.h:103
#define GRPC_CUSTOM_ZEROCOPYOUTPUTSTREAM
Definition: config_protobuf.h:64
#define GRPC_CUSTOM_DESCRIPTORDATABASE
Definition: config_protobuf.h:56
::google::protobuf::MessageLite MessageLite
Definition: config_protobuf.h:81
#define GRPC_CUSTOM_MESSAGELITE
Definition: config_protobuf.h:37
This header provides an object that reads bytes directly from a grpc::ByteBuffer, via the ZeroCopyInp...
Definition: alarm.h:24
#define GRPC_CUSTOM_DESCRIPTORPOOL
Definition: config_protobuf.h:45
#define GRPC_CUSTOM_CODEDINPUTSTREAM
Definition: config_protobuf.h:68
::google::protobuf::FileDescriptor FileDescriptor
Definition: config_protobuf.h:88
::google::protobuf::int64 int64
Definition: config_protobuf.h:82
::google::protobuf::FileDescriptorProto FileDescriptorProto
Definition: config_protobuf.h:89
#define GRPC_CUSTOM_SOURCELOCATION
Definition: config_protobuf.h:51
::google::protobuf::FieldDescriptor FieldDescriptor
Definition: config_protobuf.h:87
#define GRPC_CUSTOM_PROTOBUF_INT64
Definition: config_protobuf.h:26
#define GRPC_CUSTOM_ZEROCOPYINPUTSTREAM
Definition: config_protobuf.h:66
::google::protobuf::DescriptorDatabase DescriptorDatabase
Definition: config_protobuf.h:86
::google::protobuf::ServiceDescriptor ServiceDescriptor
Definition: config_protobuf.h:91
#define GRPC_CUSTOM_DESCRIPTOR
Definition: config_protobuf.h:44
#define GRPC_CUSTOM_FIELDDESCRIPTOR
Definition: config_protobuf.h:46
::google::protobuf::Descriptor Descriptor
Definition: config_protobuf.h:84
::google::protobuf::io::ZeroCopyOutputStream ZeroCopyOutputStream
Definition: config_protobuf.h:102
#define GRPC_CUSTOM_JSONUTIL
Definition: config_protobuf.h:73
::google::protobuf::DescriptorPool DescriptorPool
Definition: config_protobuf.h:85
::google::protobuf::Message Message
Definition: config_protobuf.h:80
::google::protobuf::io::CodedInputStream CodedInputStream
Definition: config_protobuf.h:104