Home
last modified time | relevance | path

Searched refs:ok_count_ (Results 1 – 5 of 5) sorted by relevance

/dports/devel/grpc/grpc-1.42.0/src/cpp/server/load_reporter/
H A Dload_data_store.h130 ok_count_(ok_count), in start_count_()
141 ok_count_ += other.ok_count_; in MergeFrom()
154 return static_cast<int64_t>(start_count_ - ok_count_ - error_count_); in GetNumCallsInProgressDelta()
159 ", ok_count_=" + std::to_string(ok_count_) + in ToString()
174 uint64_t ok_count() const { return ok_count_; } in ok_count()
185 uint64_t ok_count_ = 0; variable
/dports/devel/grpc130/grpc-1.30.2/src/cpp/server/load_reporter/
H A Dload_data_store.h130 ok_count_(ok_count), in start_count_()
141 ok_count_ += other.ok_count_; in MergeFrom()
154 return static_cast<int64_t>(start_count_ - ok_count_ - error_count_); in GetNumCallsInProgressDelta()
159 ", ok_count_=" + grpc::to_string(ok_count_) + in ToString()
174 uint64_t ok_count() const { return ok_count_; } in ok_count()
186 uint64_t ok_count_ = 0; variable
/dports/devel/grpc134/grpc-1.34.1/src/cpp/server/load_reporter/
H A Dload_data_store.h130 ok_count_(ok_count), in start_count_()
141 ok_count_ += other.ok_count_; in MergeFrom()
154 return static_cast<int64_t>(start_count_ - ok_count_ - error_count_); in GetNumCallsInProgressDelta()
159 ", ok_count_=" + std::to_string(ok_count_) + in ToString()
174 uint64_t ok_count() const { return ok_count_; } in ok_count()
185 uint64_t ok_count_ = 0; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/cpp/server/load_reporter/
H A Dload_data_store.h130 ok_count_(ok_count), in start_count_()
141 ok_count_ += other.ok_count_; in MergeFrom()
154 return static_cast<int64_t>(start_count_ - ok_count_ - error_count_); in GetNumCallsInProgressDelta()
159 ", ok_count_=" + grpc::to_string(ok_count_) + in ToString()
174 uint64_t ok_count() const { return ok_count_; } in ok_count()
186 uint64_t ok_count_ = 0; variable
/dports/devel/kyua/kyua-0.13/engine/
H A Dtap_parser.cpp245 const std::size_t ok_count_, in tap_summary() argument
249 _ok_count(ok_count_), _not_ok_count(not_ok_count_) in tap_summary()
285 const std::size_t ok_count_, in new_results() argument
288 PRE((plan_.second - plan_.first + 1) == (ok_count_ + not_ok_count_)); in new_results()
289 return tap_summary(false, plan_, "", ok_count_, not_ok_count_); in new_results()