Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/interop/
Dinterop_server.cc205 WriteOptions wopts; in StreamingOutputCall() local
214 wopts.set_no_compression(); in StreamingOutputCall()
225 write_success = writer->Write(response, wopts); in StreamingOutputCall()
Dinterop_client.cc505 WriteOptions wopts; in DoClientCompressedStreaming() local
506 wopts.set_no_compression(); in DoClientCompressedStreaming()
510 if (!stream->Write(request, wopts)) { in DoClientCompressedStreaming()