Home
last modified time | relevance | path

Searched refs:serialized_response_proto (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/test/cpp/util/
Dgrpc_tool.cc182 grpc::string serialized_response_proto; in ReadResponse() local
186 &serialized_response_proto, in ReadResponse()
192 serialized_response_proto = parser->GetTextFormatFromMethod( in ReadResponse()
193 method_name, serialized_response_proto, false /* is_request */); in ReadResponse()
203 if (!callback(serialized_response_proto) && print_mode) { in ReadResponse()
645 grpc::string serialized_response_proto; in CallMethod() local
651 if (!call.Read(&serialized_response_proto, in CallMethod()
667 if (!callback(serialized_response_proto)) { in CallMethod()
672 method_name, serialized_response_proto, in CallMethod()
738 grpc::string serialized_response_proto; in CallMethod() local
[all …]