Searched refs:LOG_IF_EVERY_N (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/cld/base/
H A Dlogging.h61 // LOG_IF_EVERY_N(INFO, (size > 1024), 10) << "Got the " << COUNTER
728 #define LOG_IF_EVERY_N(severity, condition, n) \ macro
744 LOG_IF_EVERY_N(severity, condition, n)
836 LOG_IF_EVERY_N(INFO, VLOG_IS_ON(verboselevel), n)
839 LOG_IF_EVERY_N(INFO, (condition) && VLOG_IS_ON(verboselevel), n)

Completed in 70 milliseconds