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

/freebsd-13-stable/contrib/lutok/
H A Dstate.hpp123 void push_boolean(const bool);
H A Dstate_test.cpp740 ATF_TEST_CASE_WITHOUT_HEAD(push_boolean); variable
741 ATF_TEST_CASE_BODY(push_boolean)
744 state.push_boolean(true);
747 state.push_boolean(false);
1142 ATF_ADD_TEST_CASE(tcs, push_boolean);
H A Dstate.cpp666 lutok::state::push_boolean(const bool value) function in class:lutok::state
/freebsd-13-stable/contrib/kyua/utils/fs/
H A Dlua_module.cpp154 state.push_boolean(fs::exists(path));
272 state.push_boolean(path.is_absolute());
/freebsd-13-stable/contrib/kyua/utils/config/
H A Dnodes_test.cpp138 state.push_boolean(false);
261 state.push_boolean(true);
372 state.push_boolean(true);
H A Dnodes.cpp456 state.push_boolean(value());

Completed in 131 milliseconds