reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
71 m_type = ErrorType::eErrorTypePOSIX; 89 if (m_type == ErrorType::eErrorTypePOSIX) 100 m_type = rhs.m_type; 100 m_type = rhs.m_type; 133 switch (m_type) { 167 m_type = eErrorTypeInvalid; 175 ErrorType Status::GetType() const { return m_type; } 185 m_type = eErrorTypeMachKernel; 192 m_type = eErrorTypeExpression; 209 m_type = eErrorTypeExpression; 216 m_type = type; 223 m_type = eErrorTypePOSIX; 231 m_type = eErrorTypeGeneric; 288 return (m_type == eErrorTypePOSIX && m_code == EINTR);