Searched refs:lua_replace (Results 1 – 7 of 7) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/ |
D | def.c | 50 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()
|
D | upb.c | 82 lua_replace(L, -2); in lua_getiuservalue()
|
D | msg.c | 141 lua_replace(L, -2); /* Replace cache table. */ in lupb_cacheget()
|
/external/lua/src/ |
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()
|
D | lbaselib.c | 360 lua_replace(L, RESERVEDSLOT); /* save string in reserved slot */ in generic_reader()
|
D | lua.h | 393 #define lua_replace(L,idx) (lua_copy(L, -1, (idx)), lua_pop(L, 1)) macro
|
D | lauxlib.c | 65 lua_replace(L, -3); /* (in the slot occupied by table) */ in findfield()
|