Searched refs:kDebugAll (Results 1 – 2 of 2) sorted by relevance
124 kDebugAll, // all enumerator125 kDebugMax = kDebugAll,
76 CLOG_DEBUG_IF(DEBUG >= ADebug::kDebugAll, fn, fmt, ##__VA_ARGS__)78 CLOG_DEBUG_IF(DEBUG_BUMP >= ADebug::kDebugAll, fn, fmt, ##__VA_ARGS__)1802 DEBUG_BUMP = ADebug::kDebugAll; in bumpDebugLevel_l()