Lines Matching defs:condition
255 #define LOG_IF(severity, condition) \ argument
257 #define PLOG_IF(severity, condition) \ argument
259 #define DLOG_IF(severity, condition) \ argument
338 #define LOG_IF_EVERY_N(severity, condition, n) \ argument
340 #define LOG_IF_FIRST_N(severity, condition, n) \ argument
342 #define LOG_IF_EVERY_POW_2(severity, condition) \ argument
344 #define LOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
347 #define PLOG_IF_EVERY_N(severity, condition, n) \ argument
349 #define PLOG_IF_FIRST_N(severity, condition, n) \ argument
351 #define PLOG_IF_EVERY_POW_2(severity, condition) \ argument
353 #define PLOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
356 #define DLOG_IF_EVERY_N(severity, condition, n) \ argument
358 #define DLOG_IF_FIRST_N(severity, condition, n) \ argument
360 #define DLOG_IF_EVERY_POW_2(severity, condition) \ argument
362 #define DLOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument