Searched refs:push_boolean (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/bsd/kyua-cli/dist/utils/fs/
H A Dlua_module.cpp109 state.push_boolean(fs::exists(path));
220 state.push_boolean(path.is_absolute());
/netbsd-current/external/bsd/lutok/dist/
H A Dstate.hpp122 void push_boolean(const bool);
H A Dstate_test.cpp834 ATF_TEST_CASE_WITHOUT_HEAD(push_boolean); variable
835 ATF_TEST_CASE_BODY(push_boolean)
838 state.push_boolean(true);
841 state.push_boolean(false);
1370 ATF_ADD_TEST_CASE(tcs, push_boolean);
H A Dstate.cpp654 lutok::state::push_boolean(const bool value) function in class:lutok::state
/netbsd-current/external/bsd/kyua-cli/dist/utils/config/
H A Dnodes_test.cpp138 state.push_boolean(false);
261 state.push_boolean(true);
H A Dnodes.cpp319 state.push_boolean(value());

Completed in 122 milliseconds