Searched defs:m_os (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dtests.hpp49 std::ostream& m_os; member in class:atf::tests::detail::atf_tp_writer
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dtest-program.hpp106 std::ostream& m_os; member in class:atf::atf_run::atf_tps_writer
/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Datf-report.cpp124 ostream_ptr m_os; member in class:csv_writer
132 m_os(open_outfile(p))
152 (*m_os) << "tp, " << timestamp << ", " << m_tpname << ", bogus, "
155 (*m_os) << "tp, " << timestamp << ", "<< m_tpname << ", failed\n";
157 (*m_os) << "tp, " << timestamp << ", "<< m_tpname << ", passed\n";
175 (*m_os) << "tc, " << format_tv(tv) << ", " << str << "\n";
195 ostream_ptr m_os; member in class:ticker_writer
208 (*m_os) << "Tests root: " << val << "\n\n";
231 (*m_os) << format_text(tp + " (" + to_string(m_curtp) +
235 (*m_os)
383 ostream_ptr m_os; member in class:xml_writer
[all...]

Completed in 1153 milliseconds