Searched defs:to_bool (Results 1 - 5 of 5) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dtext_test.cpp283 ATF_TEST_CASE(to_bool); variable
284 ATF_TEST_CASE_HEAD(to_bool)
288 ATF_TEST_CASE_BODY(to_bool)
290 using atf::text::to_bool;
292 ATF_REQUIRE(to_bool("true"));
293 ATF_REQUIRE(to_bool("TRUE"));
294 ATF_REQUIRE(to_bool("yes"));
295 ATF_REQUIRE(to_bool("YES"));
297 ATF_REQUIRE(!to_bool("false"));
298 ATF_REQUIRE(!to_bool("FALS
[all...]
H A Dtext.cpp122 impl::to_bool(const std::string& str) function in class:impl
/bind-9.11.3/unit/atf-src/tools/
H A Dtext_test.cpp287 ATF_TEST_CASE(to_bool); variable
288 ATF_TEST_CASE_HEAD(to_bool)
292 ATF_TEST_CASE_BODY(to_bool)
294 using tools::text::to_bool;
296 ATF_REQUIRE(to_bool("true"));
297 ATF_REQUIRE(to_bool("TRUE"));
298 ATF_REQUIRE(to_bool("yes"));
299 ATF_REQUIRE(to_bool("YES"));
301 ATF_REQUIRE(!to_bool("false"));
302 ATF_REQUIRE(!to_bool("FALS
[all...]
H A Dtext.cpp121 impl::to_bool(const std::string& str) function in class:impl
130 throw system_error(IMPL_NAME "::to_bool", "Cannot convert string "
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dtext_test.c328 ATF_TC(to_bool); variable
329 ATF_TC_HEAD(to_bool, tc)
333 ATF_TC_BODY(to_bool, tc)
417 ATF_TP_ADD_TC(tp, to_bool);

Completed in 2271 milliseconds