Searched refs:HistogramEntry (Results 1 – 3 of 3) sorted by relevance
/external/grpc-grpc/test/cpp/qps/ |
D | client_sync.cc | 66 virtual bool ThreadFuncImpl(HistogramEntry* entry, size_t thread_idx) = 0; 74 HistogramEntry entry; in ThreadFunc() 123 bool ThreadFuncImpl(HistogramEntry* entry, size_t thread_idx) override { in ThreadFuncImpl() 178 void FinishStream(HistogramEntry* entry, size_t thread_idx) { in FinishStream() 243 bool ThreadFuncImpl(HistogramEntry* entry, size_t thread_idx) override { in ThreadFuncImpl() 303 bool ThreadFuncImpl(HistogramEntry* entry, size_t thread_idx) override { in ThreadFuncImpl() 353 bool ThreadFuncImpl(HistogramEntry* entry, size_t thread_idx) override { in ThreadFuncImpl() 398 bool ThreadFuncImpl(HistogramEntry* entry, size_t thread_idx) override { in ThreadFuncImpl()
|
D | client_async.cc | 52 virtual bool RunNextState(bool, HistogramEntry* entry) = 0; 74 std::function<void(grpc::Status, ResponseType*, HistogramEntry*)> on_done) in ClientRpcContextUnaryImpl() 89 bool RunNextState(bool ok, HistogramEntry* entry) override { in RunNextState() 127 std::function<void(grpc::Status, ResponseType*, HistogramEntry*)> callback_; 261 HistogramEntry entry; in ThreadFunc() 262 HistogramEntry* entry_ptr = &entry; in ThreadFunc() 285 entry = HistogramEntry(); in ThreadFunc() 318 HistogramEntry* entry) { in CheckDone() 360 bool RunNextState(bool ok, HistogramEntry* entry) override { in RunNextState() 545 bool RunNextState(bool ok, HistogramEntry* entry) override { in RunNextState() [all …]
|
D | client.h | 107 class HistogramEntry final { 109 HistogramEntry() : value_used_(false), status_used_(false) {} in HistogramEntry() function 326 void UpdateHistogram(HistogramEntry* entry) { in UpdateHistogram()
|