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/ |
D | def.c | 748 lua_rawsetp(L, -3, def); in lupb_DefPool_pushwrapper() 775 lua_rawsetp(L, -2, ldefpool->defpool); in lupb_DefPool_New()
|
D | msg.c | 150 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 D | lua.h | 273 LUA_API void (lua_rawsetp) (lua_State *L, int idx, const void *p); variable
|
H A D | lapi.c | 882 LUA_API void lua_rawsetp (lua_State *L, int idx, const void *p) { in lua_rawsetp() function
|