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.rb52ClientStats = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.ClientStats")… constant
/third_party/grpc/src/proto/grpc/testing/
Dstats.proto66 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/src/proto/grpc/lb/v1/
Dload_balancer.proto66 message ClientStats { message
/third_party/grpc/test/cpp/end2end/
Dgrpclb_end2end_test.cc186 struct ClientStats { struct
187 size_t num_calls_started = 0;
188 size_t num_calls_finished = 0;
189 size_t num_calls_finished_with_client_failed_to_send = 0;
190 size_t num_calls_finished_known_received = 0;
191 std::map<std::string, size_t> drop_token_counts;
193 ClientStats& operator+=(const ClientStats& other) { in operator +=()
206 void Reset() { in Reset()
Dxds_end2end_test.cc292 class ClientStats { class
312 explicit ClientStats(const ClusterStats& cluster_stats) in ClientStats() function in grpc::testing::__anon39ef63100111::ClientStats
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DStats.cs1248 public sealed partial class ClientStats : pb::IMessage<ClientStats> class
1269 public ClientStats() { in ClientStats() method in Grpc.Testing.ClientStats
1276 public ClientStats(ClientStats other) : this() { in ClientStats() method in Grpc.Testing.ClientStats
DControl.cs5877 public pbc::RepeatedField<global::Grpc.Testing.ClientStats> ClientStats { property in Grpc.Testing.ScenarioResult