Home
last modified time | relevance | path

Searched refs:lua_rawgetp (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/
Dmsg.c135 lua_rawgetp(L, LUA_REGISTRYINDEX, &cache_key); in lupb_cacheget()
136 lua_rawgetp(L, -1, key); in lupb_cacheget()
152 lua_rawgetp(L, LUA_REGISTRYINDEX, &cache_key); in lupb_cacheset()
Ddef.c733 lua_rawgetp(L, -1, def); in lupb_symtab_pushwrapper()
/external/lua/src/
Dlua.h256 LUA_API int (lua_rawgetp) (lua_State *L, int idx, const void *p); variable
Dlapi.c718 LUA_API int lua_rawgetp (lua_State *L, int idx, const void *p) { in lua_rawgetp() function