HomeSort by relevance Sort by last modified time
    Searched refs:luaH_set (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
ltable.h 26 LUAI_FUNC TValue *luaH_set (lua_State *L, Table *t, const TValue *key);
ltable.c 329 setobjt2t(L, luaH_set(L, t, gkey(old)), gval(old));
417 return luaH_set(L, t, key); /* insert key into grown table */
510 TValue *luaH_set (lua_State *L, Table *t, const TValue *key) {
llex.c 129 o = luaH_set(L, ls->fs->h, L->top - 1);
lapi.c 776 setobj2t(L, luaH_set(L, hvalue(t), L->top-2), L->top-1);
805 setobj2t(L, luaH_set(L, hvalue(t), &k), L->top - 1);
lcode.c 293 TValue *idx = luaH_set(L, fs->h, key);

Completed in 50 milliseconds