Searched defs:std (Results 1 - 6 of 6) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dapplication.cpp49 namespace std { namespace
63 std::runtime_error("usage_error; message unformatted")
68 std::vsnprintf(m_text, sizeof(m_text), fmt, ap);
89 const std::string& a,
90 const std::string& desc) :
104 impl::app::app(const std::string& description,
105 const std::string& manpage) :
130 std::string
155 std::string optstr;
210 m_prog_name = std
[all...]
/bind-9.11.3/unit/atf-src/tools/
H A Dapplication.cpp50 namespace std { namespace
64 std::runtime_error("usage_error; message unformatted")
69 std::vsnprintf(m_text, sizeof(m_text), fmt, ap);
90 const std::string& a,
91 const std::string& desc) :
105 impl::app::app(const std::string& description,
106 const std::string& manpage,
107 const std::string& global_manpage) :
136 std::string
161 std
[all...]
H A Dparser.cpp43 impl::parse_error::parse_error(size_t line, std::string msg) :
44 std::runtime_error(msg),
45 std::pair< size_t, std::string >(line, msg)
59 std::ostringstream oss;
68 impl::parse_error::operator std::string(void)
79 std::runtime_error("No parsing errors yet")
105 impl::format_error::format_error(const std::string& w) :
106 std::runtime_error(w.c_str())
121 const std
[all...]
H A Dtest_program_test.cpp49 typedef std::map< std::string, std::string > vars_map;
78 write_test_case_result(const char *results_path, const std::string& contents)
80 std::ofstream results_file(results_path);
88 print_indented(const std::string& str)
90 std::vector< std::string > ws = tools::text::split(str, "\n");
91 for (std::vector< std
125 got_tc(const std::string& ident, const std::map< std::string, std::string >& md) argument
[all...]
H A Datf-report.cpp51 typedef std::auto_ptr< std::ostream > ostream_ptr;
58 osp = ostream_ptr(new std::ofstream("/dev/stdout"));
60 osp = ostream_ptr(new std::ofstream(path.c_str()));
62 throw std::runtime_error("Could not create file " + path.str());
66 static std::string
69 std::ostringstream output;
71 << std::setfill('0') << std::setw(6)
96 virtual void write_info(const std argument
98 write_tp_start(const std::string&, size_t) argument
99 write_tp_end(struct timeval*, const std::string&) argument
100 write_tc_start(const std::string&) argument
101 write_tc_stdout_line(const std::string&) argument
102 write_tc_stderr_line(const std::string&) argument
103 write_tc_end(const std::string&, struct timeval*, const std::string&) argument
301 write_expected_failures(const std::map< std::string, std::string >& xfails, std::ostream& os) argument
[all...]
H A Dtest-program.cpp66 typedef std::map< std::string, std::string > vars_map;
69 check_stream(std::ostream& os)
78 throw std::runtime_error("Failed");
90 class tokenizer : public tools::parser::tokenizer< std::istream > {
92 tokenizer(std::istream& is, size_t curline) :
93 tools::parser::tokenizer< std::istream >
106 void got_tc(const std::string& ident, const vars_map& props)
109 throw(std
419 got_tc( const std::string& ident ATF_DEFS_ATTRIBUTE_UNUSED, const std::map< std::string, std::string >& md ATF_DEFS_ATTRIBUTE_UNUSED) argument
431 validate_and_insert(const std::string& name, const std::string& value, const size_t lineno, std::map< std::string, std::string >& md) argument
[all...]

Completed in 39 milliseconds