Searched refs:lua_rawseti (Results 1 – 7 of 7) 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/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/lua/ |
D | upb.c | 101 lua_rawseti(L, -2, n); in lua_setiuservalue()
|