Searched refs:CallCountingHelper (Results 1 – 4 of 4) sorted by relevance
57 CallCountingHelper::CallCountingHelper() { in CallCountingHelper() function in grpc_core::channelz::CallCountingHelper62 CallCountingHelper::~CallCountingHelper() {} in ~CallCountingHelper()64 void CallCountingHelper::RecordCallStarted() { in RecordCallStarted()70 void CallCountingHelper::PopulateCallCounts(grpc_json* json) { in PopulateCallCounts()
88 class CallCountingHelper {90 CallCountingHelper();91 ~CallCountingHelper();168 CallCountingHelper call_counter_;195 CallCountingHelper call_counter_;
50 explicit CallCountingHelperPeer(CallCountingHelper* node) : node_(node) {} in CallCountingHelperPeer()57 CallCountingHelper* node_;215 grpc_millis GetLastCallStartedMillis(CallCountingHelper* channel) { in GetLastCallStartedMillis()267 CallCountingHelper counter; in TEST_P()
96 CallCountingHelper call_counter_;