Searched refs:to_bool (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/atf/atf-c++/detail/
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 atf::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.hpp102 bool to_bool(const std::string&);
H A Dtext.cpp126 impl::to_bool(const std::string& str) function in class:impl
/freebsd-10.0-release/contrib/atf/atf-c/detail/
H A Dtext_test.c331 ATF_TC(to_bool); variable
332 ATF_TC_HEAD(to_bool, tc)
336 ATF_TC_BODY(to_bool, tc)
420 ATF_TP_ADD_TC(tp, to_bool);
/freebsd-10.0-release/contrib/atf/atf-c++/
H A Dmacros_test.cpp106 bool condition = atf::text::to_bool(get_config_var("condition"));
/freebsd-10.0-release/contrib/atf/atf-run/
H A Datf-run.cpp425 const bool has_cleanup = atf::text::to_bool(
H A Dtest-program.cpp448 (void)atf::text::to_bool(value);

Completed in 134 milliseconds