Searched refs:to_string (Results 1 - 9 of 9) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dtext_test.cpp290 set_md_var("descr", "Tests the to_string function");
336 ATF_TEST_CASE(to_string); variable
337 ATF_TEST_CASE_HEAD(to_string)
339 set_md_var("descr", "Tests the to_string function");
341 ATF_TEST_CASE_BODY(to_string)
343 using atf::text::to_string;
345 ATF_REQUIRE_EQ(to_string('a'), "a");
346 ATF_REQUIRE_EQ(to_string("a"), "a");
347 ATF_REQUIRE_EQ(to_string(5), "5");
388 ATF_ADD_TEST_CASE(tcs, to_string);
[all...]
H A Dtext.hpp125 to_string(const T& ob) function in namespace:atf::text
H A Dtest_helpers.hpp144 atf::text::to_string(pe.first) + ": " + pe.second);
H A Dparser.cpp71 return atf::text::to_string(first) + ": " + second;
379 const std::string& vstr = atf::text::to_string(version);
/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Datf-report.cpp226 using atf::text::to_string;
231 (*m_os) << format_text(tp + " (" + to_string(m_curtp) +
232 "/" + to_string(m_ntps) + "): " +
233 to_string(ntcs) + " test cases")
326 using atf::text::to_string;
348 (*m_os) << format_text("Summary for " + to_string(m_ntps) +
350 (*m_os) << format_text_with_tag(to_string(m_tcs_passed) +
353 (*m_os) << format_text_with_tag(to_string(m_tcs_failed) +
356 (*m_os) << format_text_with_tag(to_string(m_tcs_expected_failures) +
359 (*m_os) << format_text_with_tag(to_string(m_tcs_skippe
[all...]
H A Dreader_test.cpp57 m_calls.push_back("got_ntps(" + atf::text::to_string(ntps) + ")");
64 atf::text::to_string(ntcs) + ")");
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Datf-run.cpp271 using atf::text::to_string;
309 "expected to exit with a " + to_string(tcr.value()) +
310 " error code but returned " + to_string(s.exitstatus()));
346 "signal " + atf::text::to_string(s.termsig()) +
357 "expected to exit due to a " + to_string(tcr.value()) +
358 " signal but got " + to_string(s.termsig()));
361 "signal " + atf::text::to_string(s.termsig()) +
H A Drequirements.cpp165 return "Not enough memory; needed " + atf::text::to_string(needed) +
166 ", available " + atf::text::to_string(available);
H A Dtest-program.cpp785 reason = "Test case timed out after " + atf::text::to_string(timeout) +

Completed in 23 milliseconds