Searched refs:lua_replace (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/lua/ |
D | def.c | 80 lua_replace(L, -2); /* Remove defpool from stack. */ in lupb_wrapper_pushwrapper() 93 lua_replace(L, -2); /* Replace msgdef with submsgdef. */ in lupb_MessageDef_pushsubmsgdef() 740 lua_replace(L, -2); /* Replace nil */ in lupb_DefPool_pushwrapper() 751 lua_replace(L, -2); /* Remove cache, leaving only the wrapper. */ in lupb_DefPool_pushwrapper()
|
D | upb.c | 109 lua_replace(L, -2); in lua_getiuservalue()
|
D | msg.c | 170 lua_replace(L, -2); /* Replace cache table. */ in lupb_cacheget()
|
/aosp_15_r20/external/lua/src/ |
H A D | liolib.c | 385 lua_replace(L, 1); /* put it at index 1 */ in io_lines() 392 lua_replace(L, 1); /* put file at index 1 */ in io_lines()
|
H A D | lbaselib.c | 360 lua_replace(L, RESERVEDSLOT); /* save string in reserved slot */ in generic_reader()
|
H A D | lua.h | 393 #define lua_replace(L,idx) (lua_copy(L, -1, (idx)), lua_pop(L, 1)) macro
|
H A D | lauxlib.c | 65 lua_replace(L, -3); /* (in the slot occupied by table) */ in findfield()
|