Home
last modified time | relevance | path

Searched refs:lua_isnumber (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/packages/services/Car/packages/ScriptExecutor/tests/unit/src/com/android/car/scriptexecutortest/unit/
DJniUtilsTestHelper.cpp62 is_equal = lua_isnumber(luaState, /* idx = */ -1) && in hasValidNumberArray()
206 if (!lua_isnumber(luaState, -1)) in Java_com_android_car_scriptexecutortest_unit_JniUtilsTest_nativeHasDoubleValue()
/aosp_15_r20/packages/services/Car/packages/ScriptExecutor/src/
DJniUtils.cpp253 } else if (lua_isnumber(lua, /* index = */ -1)) { in convertLuaTableToBundle()
/aosp_15_r20/external/lua/src/
H A Dlua.h182 LUA_API int (lua_isnumber) (lua_State *L, int idx); variable
H A Dlauxlib.c435 if (lua_isnumber(L, arg)) in interror()
H A Dlapi.c285 LUA_API int lua_isnumber (lua_State *L, int idx) { in lua_isnumber() function