Home
last modified time | relevance | path

Searched refs:lua_replace (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/
Ddef.c50 lua_replace(L, -2); /* Remove symtab from stack. */ in lupb_wrapper_pushwrapper()
63 lua_replace(L, -2); /* Replace msgdef with submsgdef. */ in lupb_msgdef_pushsubmsgdef()
740 lua_replace(L, -2); /* Replace nil */ in lupb_symtab_pushwrapper()
751 lua_replace(L, -2); /* Remove cache, leaving only the wrapper. */ in lupb_symtab_pushwrapper()
Dupb.c82 lua_replace(L, -2); in lua_getiuservalue()
Dmsg.c141 lua_replace(L, -2); /* Replace cache table. */ in lupb_cacheget()
/external/lua/src/
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()
Dlbaselib.c360 lua_replace(L, RESERVEDSLOT); /* save string in reserved slot */ in generic_reader()
Dlua.h393 #define lua_replace(L,idx) (lua_copy(L, -1, (idx)), lua_pop(L, 1)) macro
Dlauxlib.c65 lua_replace(L, -3); /* (in the slot occupied by table) */ in findfield()