Searched refs:serialized_response_proto (Results 1 – 1 of 1) sorted by relevance
191 std::string serialized_response_proto; in ReadResponse() local195 &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() local675 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 …]