Searched refs:Unsuitable (Results 1 – 3 of 3) sorted by relevance
35 enum class ParseError { Success = 0, Error, Unsuitable }; enumerator
433 case ParseError::Unsuitable: in message()778 return make_error_code(ParseError::Unsuitable); in parseConfiguration()1764 if (ec == ParseError::Unsuitable) { in getStyle()
10395 ParseError::Unsuitable); in TEST_F()10408 ParseError::Unsuitable); in TEST_F()