Searched defs:safe_mode (Results 1 – 8 of 8) sorted by relevance
35 bool safe_mode = false; //!< In this mode, strategy manager chooses the composition strategy member
37 bool safe_mode = false; //!< In this mode, strategy manager chooses the composition strategy member
186 const bool safe_mode = (runtime_flags & DEBUG_ENABLE_SAFEMODE) != 0; in EnableDebugFeatures() local