Searched defs:to_string (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dtext.hpp125 to_string(const T& ob) function in namespace:atf::text
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...]

Completed in 10 milliseconds