Searched refs:ValidStateIndex (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/
H A DTTYState.cpp68 if (ValidStateIndex(idx))
74 if (!ValidStateIndex(idx))
78 if (ValidStateIndex(m_currentState) && (idx == m_currentState) &&
H A DTTYState.h51 bool ValidStateIndex(uint32_t idx) const { return idx < NumStates(); } function in class:TTYStateSwitcher

Completed in 128 milliseconds