Home
last modified time | relevance | path

Searched defs:ClientStats (Results 1 – 8 of 8) sorted by relevance

/third_party/grpc/src/ruby/qps/src/proto/grpc/testing/
Dstats_pb.rb19ClientStats = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.ClientStats")… constant
/third_party/grpc/src/proto/grpc/testing/
Dstats.proto61 message ClientStats { message
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DClientStats.php14 class ClientStats extends \Google\Protobuf\Internal\Message class
/third_party/grpc/test/cpp/end2end/
Dgrpclb_end2end_test.cc175 struct ClientStats { struct
176 size_t num_calls_started = 0;
177 size_t num_calls_finished = 0;
178 size_t num_calls_finished_with_client_failed_to_send = 0;
179 size_t num_calls_finished_known_received = 0;
180 std::map<std::string, size_t> drop_token_counts;
182 ClientStats& operator+=(const ClientStats& other) { in operator +=()
195 void Reset() { in Reset()
/third_party/grpc/src/proto/grpc/lb/v1/
Dload_balancer.proto66 message ClientStats { message
/third_party/grpc/test/cpp/end2end/xds/
Dxds_server.h686 ClientStats() {} in ClientStats() function
689 explicit ClientStats( in ClientStats() function
Dxds_core_end2end_test.cc40 using ClientStats = LrsServiceImpl::ClientStats; typedef
Dxds_cluster_end2end_test.cc46 using ClientStats = LrsServiceImpl::ClientStats; typedef