Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/
Ddef.c748 lua_rawsetp(L, -3, def); in lupb_symtab_pushwrapper()
774 lua_rawsetp(L, -2, lsymtab->symtab); in lupb_symtab_new()
Dmsg.c121 lua_rawsetp(L, LUA_REGISTRYINDEX, &cache_key); in lupb_cacheinit()
154 lua_rawsetp(L, -2, key); in lupb_cacheset()
/external/lua/src/
Dlua.h273 LUA_API void (lua_rawsetp) (lua_State *L, int idx, const void *p); variable
Dlapi.c882 LUA_API void lua_rawsetp (lua_State *L, int idx, const void *p) { in lua_rawsetp() function