Searched defs:LOG_EVERY_N (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/cld/base/
H A Dlogging.h52 // LOG_EVERY_N(INFO, 10) << "Got the " << COUNTER << "th cookie";
669 // Use macro expansion to create, for each use of LOG_EVERY_N(), static
714 #define LOG_EVERY_N(severity, n) \ macro
742 #define DLOG_EVERY_N(severity, n) LOG_EVERY_N(severity, n)

Completed in 144 milliseconds