Searched refs:log_warning_count_ (Results 1 – 1 of 1) sorted by relevance
250 static std::atomic<uint64_t> log_warning_count_ = 0; in WarnAboutAccess() local251 if (log_warning_count_ > kMaxLogWarnings) { in WarnAboutAccess()262 if (log_warning_count_ >= kMaxLogWarnings) { in WarnAboutAccess()265 ++log_warning_count_; in WarnAboutAccess()