Searched refs:Unsuitable (Results 1 – 3 of 3) sorted by relevance
31 enum class ParseError { Success = 0, Error, Unsuitable }; enumerator
318 case ParseError::Unsuitable: in message()580 return make_error_code(ParseError::Unsuitable); in parseConfiguration()1617 if (ec == ParseError::Unsuitable) { in getStyle()
9073 ParseError::Unsuitable); in TEST_F()9086 ParseError::Unsuitable); in TEST_F()