Home
last modified time | relevance | path

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

/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DSimpleRequest.php58 private $response_compressed = null; variable in Grpc\\Testing\\SimpleRequest
222 return $this->response_compressed;
238 $this->response_compressed = $var;
/external/grpc-grpc/doc/
Dinterop-test-descriptions.md182 the `response_compressed` boolean.
187 the `response_compressed` boolean is obeyed by the server*.
199 response_compressed:{
211 response_compressed:{
222 * if supported by the implementation, when `response_compressed` is true,
224 * if supported by the implementation, when `response_compressed` is false,
382 compressed or not according to the `response_compressed` boolean.
387 `response_compressed` boolean is obeyed by the server*.
417 * if supported by the implementation, when `response_compressed` is false,
419 * if supported by the implementation, when `response_compressed` is true,
[all …]
/external/grpc-grpc/src/proto/grpc/testing/
Dmessages.proto73 BoolValue response_compressed = 6; field
/external/grpc-grpc/test/cpp/interop/
Dinterop_server.cc162 const bool compression_requested = request->response_compressed().value(); in UnaryCall()
Dinterop_client.cc61 if (request->response_compressed().value()) { in UnaryCompressionChecks()
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dmessages.proto77 BoolValue response_compressed = 6; field
/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/
Dmessages.proto76 google.protobuf.BoolValue response_compressed = 6; field
/external/grpc-grpc/src/objective-c/tests/RemoteTestClient/
Dmessages.proto77 BoolValue response_compressed = 6; field
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dmessages.proto88 BoolValue response_compressed = 6; field