Searched refs:lua_rawseti (Results 1 – 8 of 8) sorted by relevance
/external/bcc/src/lua/src/ |
D | main.c | 119 lua_rawseti(L, -2, j); in pushargv()
|
/external/lua/src/ |
D | lauxlib.c | 658 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()
|
D | loadlib.c | 352 lua_rawseti(L, -2, luaL_len(L, -2) + 1); /* CLIBS[#CLIBS + 1] = plib */ in addtoclib() 717 lua_rawseti(L, -2, i+1); in createsearcherstable()
|
D | lua.c | 167 lua_rawseti(L, -2, i - script); in createargtable()
|
D | lua.h | 272 LUA_API void (lua_rawseti) (lua_State *L, int idx, lua_Integer n); variable
|
D | lapi.c | 889 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/ |
D | upb.c | 74 lua_rawseti(L, -2, n); in lua_setiuservalue()
|
/external/skqp/src/utils/ |
D | SkLua.cpp | 235 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()
|