Home
last modified time | relevance | path

Searched refs:is_boolean (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/lutok/
H A Dstate.hpp105 bool is_boolean(const int);
H A Dstate.cpp406 lutok::state::is_boolean(const int index) in is_boolean() function in lutok::state
827 assert(is_boolean(index)); in to_boolean()
H A Dstate_test.cpp366 ATF_REQUIRE(!state.is_boolean(-1)); in ATF_TEST_CASE_BODY()
375 ATF_REQUIRE(state.is_boolean(-1)); in ATF_TEST_CASE_BODY()
377 ATF_REQUIRE(!state.is_boolean(-1)); in ATF_TEST_CASE_BODY()
378 ATF_REQUIRE(state.is_boolean(-2)); in ATF_TEST_CASE_BODY()
/freebsd/contrib/kyua/utils/config/
H A Dnodes.cpp470 if (state.is_boolean(value_index)) in set_lua()
H A Dnodes_test.cpp126 ATF_REQUIRE(state.is_boolean(-1)); in ATF_TEST_CASE_BODY()
/freebsd/contrib/kyua/engine/
H A Dkyuafile.cpp481 if (state.is_boolean(-1)) { in lua_generic_test_program()