Searched refs:GRPC_CUSTOM_MESSAGE (Results 1 – 5 of 5) sorted by relevance
29 #ifndef GRPC_CUSTOM_MESSAGE32 #define GRPC_CUSTOM_MESSAGE ::google::protobuf::MessageLite macro35 #define GRPC_CUSTOM_MESSAGE ::google::protobuf::Message macro72 typedef GRPC_CUSTOM_MESSAGE Message;
24 #ifndef GRPC_CUSTOM_MESSAGE27 #define GRPC_CUSTOM_MESSAGE ::google::protobuf::MessageLite macro31 #define GRPC_CUSTOM_MESSAGE ::google::protobuf::Message macro76 typedef GRPC_CUSTOM_MESSAGE Message;
29 GRPC_CUSTOM_MESSAGE* msg);31 grpc::string SerializeJson(const GRPC_CUSTOM_MESSAGE& msg,
31 GRPC_CUSTOM_MESSAGE* msg) { in ParseJson()49 grpc::string SerializeJson(const GRPC_CUSTOM_MESSAGE& msg, in SerializeJson()