Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/lua/
Ddef.c748 lua_rawsetp(L, -3, def); in lupb_DefPool_pushwrapper()
775 lua_rawsetp(L, -2, ldefpool->defpool); in lupb_DefPool_New()
Dmsg.c150 lua_rawsetp(L, LUA_REGISTRYINDEX, &cache_key); in lupb_cacheinit()
183 lua_rawsetp(L, -2, key); in lupb_cacheset()
/aosp_15_r20/external/lua/src/
H A Dlua.h273 LUA_API void (lua_rawsetp) (lua_State *L, int idx, const void *p); variable
H A Dlapi.c882 LUA_API void lua_rawsetp (lua_State *L, int idx, const void *p) { in lua_rawsetp() function