Home
last modified time | relevance | path

Searched refs:lua_rawseti (Results 1 – 8 of 8) sorted by relevance

/external/bcc/src/lua/src/
Dmain.c119 lua_rawseti(L, -2, j); in pushargv()
/external/lua/src/
Dlauxlib.c658 lua_rawseti(L, t, freelist); /* (t[freelist] = t[ref]) */ in luaL_ref()
662 lua_rawseti(L, t, ref); in luaL_ref()
671 lua_rawseti(L, t, ref); /* t[ref] = t[freelist] */ in luaL_unref()
673 lua_rawseti(L, t, freelist); /* t[freelist] = ref */ in luaL_unref()
Dloadlib.c352 lua_rawseti(L, -2, luaL_len(L, -2) + 1); /* CLIBS[#CLIBS + 1] = plib */ in addtoclib()
717 lua_rawseti(L, -2, i+1); in createsearcherstable()
Dlua.c167 lua_rawseti(L, -2, i - script); in createargtable()
Dlua.h272 LUA_API void (lua_rawseti) (lua_State *L, int idx, lua_Integer n); variable
Dlapi.c889 LUA_API void lua_rawseti (lua_State *L, int idx, lua_Integer n) { in lua_rawseti() function
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/
Dupb.c74 lua_rawseti(L, -2, n); in lua_setiuservalue()
/external/skqp/src/utils/
DSkLua.cpp235 lua_rawseti(L, -2, index); in setarray_number()
244 lua_rawseti(L, -2, index); in setarray_string()
304 lua_rawseti(fL, -2, i + 1); in pushArrayPoint()