Searched refs:lua_rawgetp (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/ |
D | msg.c | 135 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()
|
D | def.c | 733 lua_rawgetp(L, -1, def); in lupb_symtab_pushwrapper()
|
/external/lua/src/ |
D | lua.h | 256 LUA_API int (lua_rawgetp) (lua_State *L, int idx, const void *p); variable
|
D | lapi.c | 718 LUA_API int lua_rawgetp (lua_State *L, int idx, const void *p) { in lua_rawgetp() function
|