Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/interop/
Dinterop_client.cc472 std::unique_ptr<ClientWriter<StreamingInputCallRequest>> probe_stream( in DoClientCompressedStreaming() local
475 if (!probe_stream->Write(probe_req)) { in DoClientCompressedStreaming()
479 Status s = probe_stream->Finish(); in DoClientCompressedStreaming()