Home
last modified time | relevance | path

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

/aosp_15_r20/external/lua/src/
H A Dlcorolib.c84 lua_concat(L, 2); in luaB_auxwrap()
H A Dlauxlib.c66 lua_concat(L, 3); /* lib_name.field_name */ in findfield()
240 lua_concat(L, 2); in luaL_error()
H A Dlbaselib.c120 lua_concat(L, 2); in luaB_error()
H A Dlua.c509 lua_concat(L, 3); /* join them */ in multiline()
H A Dlua.h342 LUA_API void (lua_concat) (lua_State *L, int n); variable
H A Dlapi.c1253 LUA_API void lua_concat (lua_State *L, int n) { in lua_concat() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/lua/
Ddef.c348 lua_concat(L, 3); in lupb_MessageDef_pushnested()