Home
last modified time | relevance | path

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/
Dmsg.c164 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()
Ddef.c733 lua_rawgetp(L, -1, def); in lupb_DefPool_pushwrapper()
/aosp_15_r20/external/lua/src/
H A Dlua.h256 LUA_API int (lua_rawgetp) (lua_State *L, int idx, const void *p); variable
H A Dlapi.c718 LUA_API int lua_rawgetp (lua_State *L, int idx, const void *p) { in lua_rawgetp() function