Searched refs:is_boolean (Results 1 – 6 of 6) sorted by relevance
105 bool is_boolean(const int);
406 lutok::state::is_boolean(const int index) in is_boolean() function in lutok::state827 assert(is_boolean(index)); in to_boolean()
366 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()
470 if (state.is_boolean(value_index)) in set_lua()
126 ATF_REQUIRE(state.is_boolean(-1)); in ATF_TEST_CASE_BODY()
481 if (state.is_boolean(-1)) { in lua_generic_test_program()