Home
last modified time | relevance | path

Searched defs:lua_isinteger (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/lua/
Dupb.c64 static bool lua_isinteger(lua_State* L, int argn) { in lua_isinteger() function
/aosp_15_r20/external/lua/src/
H A Dlua.h185 LUA_API int (lua_isinteger) (lua_State *L, int idx); variable
H A Dlapi.c279 LUA_API int lua_isinteger (lua_State *L, int idx) { in lua_isinteger() function