OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cq_poll_count
(Results
1 - 5
of
5
) sorted by null
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
ClientStats.php
45
* Generated from protobuf field <code>uint64
cq_poll_count
= 6;</code>
47
private $
cq_poll_count
= 0;
variable
185
* Generated from protobuf field <code>uint64
cq_poll_count
= 6;</code>
190
return $this->
cq_poll_count
;
196
* Generated from protobuf field <code>uint64
cq_poll_count
= 6;</code>
203
$this->
cq_poll_count
= $var;
variable
ServerStats.php
50
* Generated from protobuf field <code>uint64
cq_poll_count
= 6;</code>
52
private $
cq_poll_count
= 0;
variable
200
* Generated from protobuf field <code>uint64
cq_poll_count
= 6;</code>
205
return $this->
cq_poll_count
;
211
* Generated from protobuf field <code>uint64
cq_poll_count
= 6;</code>
218
$this->
cq_poll_count
= $var;
variable
/external/grpc-grpc/src/ruby/qps/src/proto/grpc/testing/
stats_pb.rb
14
optional :
cq_poll_count
, :uint64, 6
39
optional :
cq_poll_count
, :uint64, 6
/external/grpc-grpc/test/cpp/qps/
driver.cc
102
static double CliPollCount(const ClientStats& s) { return s.
cq_poll_count
(); }
103
static double SvrPollCount(const ServerStats& s) { return s.
cq_poll_count
(); }
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
Stats.cs
169
/// <summary>Field number for the "
cq_poll_count
" field.</summary>
[
all
...]
Completed in 200 milliseconds