Searched refs:GrpcLbClientStats (Results 1 – 6 of 6) sorted by relevance
30 void GrpcLbClientStats::AddCallStarted() { in AddCallStarted()34 void GrpcLbClientStats::AddCallFinished( in AddCallFinished()46 void GrpcLbClientStats::AddCallDroppedLocked(char* token) { in AddCallDroppedLocked()72 void GrpcLbClientStats::GetLocked( in GetLocked()
32 class GrpcLbClientStats : public RefCounted<GrpcLbClientStats> {44 GrpcLbClientStats() {} in GrpcLbClientStats() function
92 grpc_core::GrpcLbClientStats::DroppedCallCounts* drop_entries = in encode_drops()93 static_cast<grpc_core::GrpcLbClientStats::DroppedCallCounts*>(*arg); in encode_drops()111 grpc_core::GrpcLbClientStats* client_stats) { in grpc_grpclb_load_report_request_create_locked()123 grpc_core::UniquePtr<grpc_core::GrpcLbClientStats::DroppedCallCounts> in grpc_grpclb_load_report_request_create_locked()154 grpc_core::GrpcLbClientStats::DroppedCallCounts* drop_entries = in grpc_grpclb_request_destroy()155 static_cast<grpc_core::GrpcLbClientStats::DroppedCallCounts*>( in grpc_grpclb_request_destroy()
41 grpc_core::RefCountedPtr<grpc_core::GrpcLbClientStats> client_stats;77 calld->client_stats = static_cast<grpc_core::GrpcLbClientStats*>( in init_call_elem()
47 grpc_core::GrpcLbClientStats* client_stats);
166 RefCountedPtr<GrpcLbClientStats> client_stats;184 GrpcLbClientStats* client_stats() const { return client_stats_.get(); } in client_stats()236 RefCountedPtr<GrpcLbClientStats> client_stats_;669 GrpcLbClientStats::DroppedCallCounts* drop_entries = in LoadReportCountersAreZero()670 static_cast<GrpcLbClientStats::DroppedCallCounts*>( in LoadReportCountersAreZero()810 lb_calld->client_stats_.reset(New<GrpcLbClientStats>()); in OnBalancerMessageReceivedLocked()1516 static_cast<GrpcLbClientStats*>(arg)->Unref(); in DestroyClientStats()