Searched defs:ClientStats (Results 1 – 8 of 8) sorted by relevance
52 …ClientStats = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.ClientStats")… constant
66 message ClientStats { message
14 class ClientStats extends \Google\Protobuf\Internal\Message class
186 struct ClientStats { struct187 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()
292 class ClientStats { class312 explicit ClientStats(const ClusterStats& cluster_stats) in ClientStats() function in grpc::testing::__anon39ef63100111::ClientStats
1248 public sealed partial class ClientStats : pb::IMessage<ClientStats> class1269 public ClientStats() { in ClientStats() method in Grpc.Testing.ClientStats1276 public ClientStats(ClientStats other) : this() { in ClientStats() method in Grpc.Testing.ClientStats
5877 public pbc::RepeatedField<global::Grpc.Testing.ClientStats> ClientStats { property in Grpc.Testing.ScenarioResult