Searched refs:lua_isboolean (Results 1 – 5 of 5) sorted by relevance
100 is_equal = lua_isboolean(luaState, /* idx = */ -1) && in hasValidBooleanArray()167 if (!lua_isboolean(luaState, -1)) in Java_com_android_car_scriptexecutortest_unit_JniUtilsTest_nativeHasBooleanValue()
164 if (!lua_isboolean(L, narg)) { in lupb_checkbool()
396 if (lua_isboolean(L, 1)) in os_exit()
376 #define lua_isboolean(L,n) (lua_type(L, (n)) == LUA_TBOOLEAN) macro
243 if (lua_isboolean(lua, /* index = */ -1)) { in convertLuaTableToBundle()