Searched refs:parse_error (Results 1 - 8 of 8) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dparser.hpp45 // The "parse_error" class.
48 class parse_error : public std::runtime_error, class in namespace:atf::parser
53 parse_error(size_t, std::string);
54 ~parse_error(void) throw();
66 public std::vector< parse_error > {
67 std::vector< parse_error > m_errors;
243 throw parse_error(t.lineno(),
256 throw parse_error(t.lineno(),
330 void add_error(const parse_error&);
405 parser< TKZ >::add_error(const parse_error
[all...]
H A Dparser.cpp40 // The "parse_error" class.
43 impl::parse_error::parse_error(size_t line, std::string msg) : function in class:impl::parse_error
49 impl::parse_error::~parse_error(void)
55 impl::parse_error::what(void)
68 impl::parse_error::operator std::string(void)
335 } catch (const impl::parse_error& pe) {
H A Dtest_helpers.hpp139 for (std::vector< atf::parser::parse_error >::const_iterator iter =
142 } catch (const atf::parser::parse_error& pe) {
H A Dparser_test.cpp38 // Tests for the "parse_error" class.
44 set_md_var("descr", "Tests the parse_error conversion to strings");
48 using atf::parser::parse_error;
50 const parse_error e(123, "This is the message");
65 using atf::parser::parse_error;
69 es.push_back(parse_error(2, "Second error"));
70 es.push_back(parse_error(1, "First error"));
1009 // Add test cases for the "parse_error" class.
/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Dreader.cpp130 throw atf::parser::parse_error(t.lineno(),
212 using atf::parser::parse_error;
231 using atf::parser::parse_error;
264 } catch (const parse_error& pe) {
282 throw parse_error(t.lineno(), "Test program name used in "
292 throw parse_error(t.lineno(),
303 using atf::parser::parse_error;
359 throw parse_error(t.lineno(),
385 throw parse_error(t.lineno(), "Empty reason for " + state +
396 using atf::parser::parse_error;
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dtest-program.cpp435 using atf::parser::parse_error;
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 + "'");
488 using atf::parser::parse_error;
502 throw parse_error(t.lineno(), "First property of a test case "
519 throw parse_error(
[all...]
H A Dconfig.cpp155 using atf::parser::parse_error;
193 } catch (const parse_error& pe) {
H A Datffile.cpp123 using atf::parser::parse_error;
187 } catch (const parse_error& pe) {

Completed in 21 milliseconds