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

  /external/lua/src/
lvm.h 68 if (luaV_fastget(L,t,k,slot,luaH_get)) { setobj2s(L, v, slot); } \
91 if (!luaV_fastset(L,t,k,slot,luaH_get,v)) \
ltable.h 48 LUAI_FUNC const TValue *luaH_get (Table *t, const TValue *key);
ltable.c 589 const TValue *luaH_get (Table *t, const TValue *key) {
611 const TValue *p = luaH_get(t, key);
lvm.c 186 if (luaV_fastget(L,t,key,slot,luaH_get)) { /* fast track? */
233 if (luaV_fastset(L, t, key, slot, luaH_get, val))
775 if (luaV_fastget(L,t,k,slot,luaH_get)) { setobj2s(L, v, slot); } \
781 if (!luaV_fastset(L,t,k,slot,luaH_get,v)) \
    [all...]
lapi.c 652 setobj2s(L, L->top - 1, luaH_get(hvalue(t), L->top - 1));
677 setobj2s(L, L->top, luaH_get(hvalue(t), &k));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
ltable.h 28 LUAI_FUNC const TValue *luaH_get (Table *t, const TValue *key);
ltable.c 481 const TValue *luaH_get (Table *t, const TValue *key) {
511 const TValue *p = luaH_get(t, key);
lvm.c 116 const TValue *res = luaH_get(h, key); /* do a primitive get */
142 TValue *oldval = cast(TValue *, luaH_get(h, key));
lapi.c 644 setobj2s(L, L->top - 1, luaH_get(hvalue(t), L->top - 1));
667 setobj2s(L, L->top, luaH_get(hvalue(t), &k));

Completed in 444 milliseconds