34 #ifndef GRPCXX_CONFIG_PROTOBUF_H 
   35 #define GRPCXX_CONFIG_PROTOBUF_H 
   37 #ifndef GRPC_CUSTOM_PROTOBUF_INT64 
   38 #include <google/protobuf/stubs/common.h> 
   39 #define GRPC_CUSTOM_PROTOBUF_INT64 ::google::protobuf::int64 
   42 #ifndef GRPC_CUSTOM_MESSAGE 
   43 #include <google/protobuf/message.h> 
   44 #define GRPC_CUSTOM_MESSAGE ::google::protobuf::Message 
   47 #ifndef GRPC_CUSTOM_ZEROCOPYOUTPUTSTREAM 
   48 #include <google/protobuf/io/coded_stream.h> 
   49 #include <google/protobuf/io/zero_copy_stream.h> 
   50 #define GRPC_CUSTOM_ZEROCOPYOUTPUTSTREAM \ 
   51   ::google::protobuf::io::ZeroCopyOutputStream 
   52 #define GRPC_CUSTOM_ZEROCOPYINPUTSTREAM \ 
   53   ::google::protobuf::io::ZeroCopyInputStream 
   54 #define GRPC_CUSTOM_CODEDINPUTSTREAM ::google::protobuf::io::CodedInputStream 
   72 #endif  // GRPCXX_CONFIG_PROTOBUF_H 
#define GRPC_CUSTOM_MESSAGE
Definition: config_protobuf.h:44
#define GRPC_CUSTOM_CODEDINPUTSTREAM
Definition: config_protobuf.h:54
::google::protobuf::io::ZeroCopyInputStream ZeroCopyInputStream
Definition: config_protobuf.h:65
#define GRPC_CUSTOM_PROTOBUF_INT64
Definition: config_protobuf.h:39
::google::protobuf::int64 int64
Definition: config_protobuf.h:61
#define GRPC_CUSTOM_ZEROCOPYINPUTSTREAM
Definition: config_protobuf.h:52
::google::protobuf::io::ZeroCopyOutputStream ZeroCopyOutputStream
Definition: config_protobuf.h:64
#define GRPC_CUSTOM_ZEROCOPYOUTPUTSTREAM
Definition: config_protobuf.h:50
::google::protobuf::Message Message
Definition: config_protobuf.h:60
::google::protobuf::io::CodedInputStream CodedInputStream
Definition: config_protobuf.h:66