Home
last modified time | relevance | path

Searched refs:GrpcLbClientStats (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb_client_stats.cc30 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()
Dgrpclb_client_stats.h32 class GrpcLbClientStats : public RefCounted<GrpcLbClientStats> {
44 GrpcLbClientStats() {} in GrpcLbClientStats() function
Dload_balancer_api.cc92 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()
Dclient_load_reporting_filter.cc41 grpc_core::RefCountedPtr<grpc_core::GrpcLbClientStats> client_stats;
77 calld->client_stats = static_cast<grpc_core::GrpcLbClientStats*>( in init_call_elem()
Dload_balancer_api.h47 grpc_core::GrpcLbClientStats* client_stats);
Dgrpclb.cc166 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()