Home
last modified time | relevance | path

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

/third_party/grpc/test/cpp/util/
Dgrpc_tool.cc191 std::string serialized_response_proto; in ReadResponse() local
195 &serialized_response_proto, in ReadResponse()
201 serialized_response_proto = parser->GetFormattedStringFromMethod( in ReadResponse()
202 method_name, serialized_response_proto, false /* is_request */, in ReadResponse()
213 if (!callback(serialized_response_proto) && print_mode) { in ReadResponse()
669 std::string serialized_response_proto; in CallMethod() local
675 if (!call.Read(&serialized_response_proto, in CallMethod()
691 if (!callback(serialized_response_proto)) { in CallMethod()
696 method_name, serialized_response_proto, in CallMethod()
763 std::string serialized_response_proto; in CallMethod() local
[all …]