HomeSort by: relevance | last modified time | path
    Searched defs:to_bool (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/atf/dist/atf-c++/detail/
text_test.cpp 287 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("FALSE"))
    [all...]
text.cpp 126 impl::to_bool(const std::string& str) function in class:impl
  /src/external/bsd/atf/dist/tools/
text_test.cpp 287 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("FALSE"))
    [all...]
text.cpp 121 impl::to_bool(const std::string& str) function in class:impl
130 throw system_error(IMPL_NAME "::to_bool", "Cannot convert string "
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-longdouble.cc 106 longdouble::to_bool (void) const function in class:longdouble
  /src/external/bsd/atf/dist/atf-c/detail/
text_test.c 331 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);
  /src/tests/usr.bin/xlint/lint1/
msg_132.c 168 to_bool(long a, long b) function

Completed in 27 milliseconds