Lines Matching refs:ParseError
304 std::error_code make_error_code(ParseError e) { in make_error_code()
313 switch (static_cast<ParseError>(EV)) { in message()
314 case ParseError::Success: in message()
316 case ParseError::Error: in message()
318 case ParseError::Unsuitable: in message()
542 return make_error_code(ParseError::Error); in parseConfiguration()
558 return make_error_code(ParseError::Error); in parseConfiguration()
565 return make_error_code(ParseError::Error); in parseConfiguration()
577 return make_error_code(ParseError::Success); in parseConfiguration()
580 return make_error_code(ParseError::Unsuitable); in parseConfiguration()
1617 if (ec == ParseError::Unsuitable) { in getStyle()