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

  /src/external/bsd/kyua-cli/dist/utils/fs/
lua_module_test.cpp 117 ATF_REQUIRE(state.to_boolean());
121 ATF_REQUIRE(!state.to_boolean());
214 ATF_REQUIRE(!state.to_boolean());
216 ATF_REQUIRE(state.to_boolean());
  /src/external/bsd/lutok/dist/
state.hpp 134 bool to_boolean(const int = -1);
operations_test.cpp 89 ATF_REQUIRE(state.to_boolean());
state_test.cpp 1201 ATF_REQUIRE(state.to_boolean());
1203 ATF_REQUIRE(!state.to_boolean());
1214 ATF_REQUIRE(!state.to_boolean(-2));
1215 ATF_REQUIRE(state.to_boolean(-1));
state.cpp 813 lutok::state::to_boolean(const int index) function in class:lutok::state
  /src/external/bsd/kyua-cli/dist/utils/config/
nodes.cpp 334 set(state.to_boolean(value_index));
nodes_test.cpp 127 ATF_REQUIRE(state.to_boolean(-1));

Completed in 17 milliseconds