Searched refs:Unsuitable (Results 1 – 3 of 3) sorted by relevance
30 enum class ParseError { Success = 0, Error, Unsuitable }; enumerator
297 case ParseError::Unsuitable: in message()529 return make_error_code(ParseError::Unsuitable); in parseConfiguration()2094 if (ec == ParseError::Unsuitable) { in getStyle()
8241 ParseError::Unsuitable); in TEST_F()8254 ParseError::Unsuitable); in TEST_F()