Home
last modified time | relevance | path

Searched defs:num_calls_started (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb_client_stats.cc79 int64_t* num_calls_started, int64_t* num_calls_finished, in Get()
Dload_balancer_api.cc76 int64_t num_calls_started, int64_t num_calls_finished, in GrpcLbLoadReportRequestCreate()
Dgrpclb.cc936 int64_t num_calls_started; in SendClientLoadReportLocked() local
/third_party/grpc/src/proto/grpc/lb/v1/
Dload_balancer.proto71 int64 num_calls_started = 2; field
Dload_reporter.proto111 int64 num_calls_started = 4; field
/third_party/grpc/test/cpp/end2end/
Dgrpclb_end2end_test.cc187 size_t num_calls_started = 0; member