Searched defs:lua_rawget (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/lua/src/ | ||
H A D | lua.h | 254 LUA_API int (lua_rawget) (lua_State *L, int idx); variable |
H A D | lapi.c | 698 LUA_API int lua_rawget (lua_State *L, int idx) { in lua_rawget() function |