Home
last modified time | relevance | path

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/
Ddef.c80 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()
Dupb.c109 lua_replace(L, -2); in lua_getiuservalue()
Dmsg.c170 lua_replace(L, -2); /* Replace cache table. */ in lupb_cacheget()
/aosp_15_r20/external/lua/src/
H A Dliolib.c385 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 Dlbaselib.c360 lua_replace(L, RESERVEDSLOT); /* save string in reserved slot */ in generic_reader()
H A Dlua.h393 #define lua_replace(L,idx) (lua_copy(L, -1, (idx)), lua_pop(L, 1)) macro
H A Dlauxlib.c65 lua_replace(L, -3); /* (in the slot occupied by table) */ in findfield()