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