Home
last modified time | relevance | path

Searched refs:lua_newtable (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/libtextclassifier/native/utils/
H A Dlua-utils.h90 lua_newtable(state_); in PushFunction()
108 lua_newtable(state_); in PushLazyObject()
109 lua_newtable(state_); in PushLazyObject()
222 lua_newtable(state_); in PushIterator()
233 lua_newtable(state_); in PushIterator()
245 lua_newtable(state_); in CreateIteratorMetatable()
268 lua_newtable(state_); in PushVector()
279 void PushEmptyVector() const { lua_newtable(state_); } in PushEmptyVector()
H A Dlua-utils.cc370 lua_newtable(state_); in PushAnnotation()
403 lua_newtable(state_); in PushAnnotation()
417 lua_newtable(state_); in PushAnnotatedSpan()
419 lua_newtable(state_); in PushAnnotatedSpan()
547 lua_newtable(state_); in PushAction()
637 lua_newtable(state_); in PushConversation()
H A Dregex-match.cc113 lua_newtable(state_); in GetCapturingGroup()
/aosp_15_r20/packages/services/Car/packages/ScriptExecutor/src/
DJniUtils.cpp30 lua_newtable(lua); in pushBundleToLuaTable()
210 lua_newtable(lua); in pushBundleListToLuaTable()
/aosp_15_r20/external/libtextclassifier/native/utils/intents/
H A Djni-lua.cc134 lua_newtable(state_); in HandleAndroidCallback()
138 lua_newtable(state_); in HandleAndroidCallback()
/aosp_15_r20/external/libtextclassifier/native/actions/
H A Dlua-actions.cc120 lua_newtable(state_); in Initialize()
/aosp_15_r20/external/lua/src/
H A Dldblib.c168 lua_newtable(L); /* table to collect results */ in db_getinfo()
H A Dlua.h366 #define lua_newtable(L) lua_createtable(L, 0, 0) macro
H A Dlauxlib.c931 lua_newtable(L); in luaL_getsubtable()
/aosp_15_r20/external/mesa3d/src/freedreno/decode/
H A Dscript.c578 lua_newtable(L); in openlib()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/lua/
Ddef.c765 lua_newtable(L); in lupb_DefPool_New()
Dmsg.c141 lua_newtable(L); in lupb_cacheinit()