Searched refs:DEBUG_ENABLE_SAFEMODE (Results 1 – 1 of 1) sorted by relevance
141 DEBUG_ENABLE_SAFEMODE = 1 << 3, enumerator188 const bool safe_mode = (runtime_flags & DEBUG_ENABLE_SAFEMODE) != 0; in EnableDebugFeatures()193 runtime_flags &= ~DEBUG_ENABLE_SAFEMODE; in EnableDebugFeatures()