Home
last modified time | relevance | path

Searched refs:lua_rawget (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/lua/src/
H A Dldblib.c319 if (lua_rawget(L, -2) == LUA_TFUNCTION) { /* is there a hook function? */ in hookf()
402 lua_rawget(L, -2); /* 1st result = hooktable[L1] */ in db_gethook()
H A Dltablib.c38 return (lua_rawget(L, -n) != LUA_TNIL); in checkfield()
H A Dlbaselib.c170 lua_rawget(L, 1); in luaB_rawget()
H A Dlua.h254 LUA_API int (lua_rawget) (lua_State *L, int idx); variable
H A Dlauxlib.c829 tt = lua_rawget(L, -2); in luaL_getmetafield()
H A Dlapi.c698 LUA_API int lua_rawget (lua_State *L, int idx) { in lua_rawget() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/lua/
Dupb.c119 lua_rawget(L, lua_upvalueindex(1)); in lupb_indexmm()