Searched refs:bg_error_count_ (Results 1 – 1 of 1) sorted by relevance
130 bg_error_count_(0),340 bg_error_count_ = 0; in Clear()378 uint64_t GetBackgroundErrorCount() const { return bg_error_count_; } in GetBackgroundErrorCount()380 uint64_t BumpAndGetBackgroundErrorCount() { return ++bg_error_count_; } in BumpAndGetBackgroundErrorCount()589 uint64_t bg_error_count_; variable