Searched refs:LogAll (Results 1 – 12 of 12) sorted by relevance
105 if (v > (int)LogDebug && v < (int)LogAll) in debug()121 if (v > (int)LogWarning && v < (int)LogAll) in warning()136 if (v > (int)LogCritical && v < (int)LogAll) in critical()190 if (v <= (int)LogDebug || v >= (int)LogAll) in debug()201 if (v <= (int)LogWarning || v >= (int)LogAll) in warning()212 if (v <= (int)LogCritical || v >= (int)LogAll) in critical()244 else if (level > (int)LogAll) in QtAVDebug()245 setLogLevel(LogAll); in QtAVDebug()261 setLogLevel(LogAll); in QtAVDebug()
97 if (l >= (int)LogAll) {
22 LogAll -> True
157 data IdeLogLevel = LogDebug | LogPerf | LogAll | LogDefault | LogNone constructor
56 LogAll enumerator
114 when (logLevel == LogDebug || logLevel == LogAll)170 "all" -> LogAll
28 LogAll
56 static QtAV::LogLevel gLogLevel = QtAV::LogAll;
61 QtAV::setLogLevel(QtAV::LogAll); in init()
202 static void LogAll() in LogAll() function
512 UNINITIALIZED_TEST(LogAll) { in UNINITIALIZED_TEST() argument