HomeSort by: relevance | last modified time | path
    Searched defs:m_isLocked (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/elftosb/dist/common/
EvalContext.h 87 bool m_isLocked; //!< Can this variable's value be changed?
OptionDictionary.h 95 bool m_isLocked; //!< True if this value is locked from further changes.
98 OptionValue() : m_value(0), m_isLocked(false) {}

Completed in 61 milliseconds