Lines Matching refs:lineno
432 const std::string& value, const size_t lineno,
438 throw parse_error(lineno, "The value for '" + name +"' cannot be "
450 throw parse_error(lineno, "The has.cleanup property requires a"
455 throw parse_error(lineno, "The identifier must match " +
465 throw parse_error(lineno, "The require.memory property requires an "
472 throw parse_error(lineno, "The timeout property requires an integer"
479 throw parse_error(lineno, "Unknown property '" + name + "'");
502 throw parse_error(t.lineno(), "First property of a test case "
511 validate_and_insert(name, value, t.lineno(), props);
519 throw parse_error(t.lineno(), "Test case definition did "
527 throw parse_error(t.lineno(), "First property of a "