Searched defs:ClientStats (Results 1 – 8 of 8) sorted by relevance
19 …ClientStats = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.ClientStats")… constant
61 message ClientStats { message
14 class ClientStats extends \Google\Protobuf\Internal\Message class
175 struct ClientStats { struct176 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()
66 message ClientStats { message
686 ClientStats() {} in ClientStats() function689 explicit ClientStats( in ClientStats() function
40 using ClientStats = LrsServiceImpl::ClientStats; typedef
46 using ClientStats = LrsServiceImpl::ClientStats; typedef