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