Searched refs:lua_rawgetp (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/lua/ |
D | msg.c | 164 lua_rawgetp(L, LUA_REGISTRYINDEX, &cache_key); in lupb_cacheget() 165 lua_rawgetp(L, -1, key); in lupb_cacheget() 181 lua_rawgetp(L, LUA_REGISTRYINDEX, &cache_key); in lupb_cacheset()
|
D | def.c | 733 lua_rawgetp(L, -1, def); in lupb_DefPool_pushwrapper()
|
/aosp_15_r20/external/lua/src/ |
H A D | lua.h | 256 LUA_API int (lua_rawgetp) (lua_State *L, int idx, const void *p); variable
|
H A D | lapi.c | 718 LUA_API int lua_rawgetp (lua_State *L, int idx, const void *p) { in lua_rawgetp() function
|