Lines Matching defs:condition
45 #define ABSL_LOG_IF(severity, condition) \ argument
47 #define ABSL_PLOG_IF(severity, condition) \ argument
49 #define ABSL_DLOG_IF(severity, condition) \ argument
88 #define ABSL_LOG_IF_EVERY_N(severity, condition, n) \ argument
90 #define ABSL_LOG_IF_FIRST_N(severity, condition, n) \ argument
92 #define ABSL_LOG_IF_EVERY_POW_2(severity, condition) \ argument
94 #define ABSL_LOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
97 #define ABSL_PLOG_IF_EVERY_N(severity, condition, n) \ argument
99 #define ABSL_PLOG_IF_FIRST_N(severity, condition, n) \ argument
101 #define ABSL_PLOG_IF_EVERY_POW_2(severity, condition) \ argument
103 #define ABSL_PLOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
106 #define ABSL_DLOG_IF_EVERY_N(severity, condition, n) \ argument
108 #define ABSL_DLOG_IF_FIRST_N(severity, condition, n) \ argument
110 #define ABSL_DLOG_IF_EVERY_POW_2(severity, condition) \ argument
112 #define ABSL_DLOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument