OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:response_compressed
(Results
1 - 6
of
6
) sorted by null
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
SimpleRequest.php
56
* Generated from protobuf field <code>.grpc.testing.BoolValue
response_compressed
= 6;</code>
58
private $
response_compressed
= null;
variable
217
* Generated from protobuf field <code>.grpc.testing.BoolValue
response_compressed
= 6;</code>
222
return $this->
response_compressed
;
231
* Generated from protobuf field <code>.grpc.testing.BoolValue
response_compressed
= 6;</code>
238
$this->
response_compressed
= $var;
variable
/external/grpc-grpc/src/ruby/pb/src/proto/grpc/testing/
messages_pb.rb
24
optional :
response_compressed
, :message, 6, "grpc.testing.BoolValue"
/external/grpc-grpc/src/ruby/qps/src/proto/grpc/testing/
messages_pb.rb
24
optional :
response_compressed
, :message, 6, "grpc.testing.BoolValue"
/external/grpc-grpc/test/cpp/interop/
interop_server.cc
162
const bool compression_requested = request->
response_compressed
().value();
interop_client.cc
61
if (request->
response_compressed
().value()) {
[
all
...]
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
Messages.cs
671
/// <summary>Field number for the "
response_compressed
" field.</summary>
[
all
...]
Completed in 257 milliseconds