Searched refs:lua_rawsetp (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/ |
D | def.c | 748 lua_rawsetp(L, -3, def); in lupb_symtab_pushwrapper() 774 lua_rawsetp(L, -2, lsymtab->symtab); in lupb_symtab_new()
|
D | msg.c | 121 lua_rawsetp(L, LUA_REGISTRYINDEX, &cache_key); in lupb_cacheinit() 154 lua_rawsetp(L, -2, key); in lupb_cacheset()
|
/external/lua/src/ |
D | lua.h | 273 LUA_API void (lua_rawsetp) (lua_State *L, int idx, const void *p); variable
|
D | lapi.c | 882 LUA_API void lua_rawsetp (lua_State *L, int idx, const void *p) { in lua_rawsetp() function
|