Searched refs:luaH_get (Results 1 – 8 of 8) sorted by relevance
/external/skia/third_party/lua/src/ |
D | ltable.h | 24 LUAI_FUNC const TValue *luaH_get (Table *t, const TValue *key);
|
D | ltable.c | 481 const TValue *luaH_get (Table *t, const TValue *key) { in luaH_get() function 511 const TValue *p = luaH_get(t, key); in luaH_set()
|
D | lvm.c | 116 const TValue *res = luaH_get(h, key); /* do a primitive get */ in luaV_gettable() 142 TValue *oldval = cast(TValue *, luaH_get(h, key)); in luaV_settable()
|
D | lapi.c | 644 setobj2s(L, L->top - 1, luaH_get(hvalue(t), L->top - 1)); in lua_rawget() 667 setobj2s(L, L->top, luaH_get(hvalue(t), &k)); in lua_rawgetp()
|
/external/syslinux/com32/lua/src/ |
D | ltable.h | 28 LUAI_FUNC const TValue *luaH_get (Table *t, const TValue *key);
|
D | ltable.c | 482 const TValue *luaH_get (Table *t, const TValue *key) { in luaH_get() function 512 const TValue *p = luaH_get(t, key); in luaH_set()
|
D | lvm.c | 139 const TValue *res = luaH_get(h, key); /* do a primitive get */ in luaV_gettable() 165 TValue *oldval = cast(TValue *, luaH_get(h, key)); in luaV_settable()
|
D | lapi.c | 644 setobj2s(L, L->top - 1, luaH_get(hvalue(t), L->top - 1)); in lua_rawget() 667 setobj2s(L, L->top, luaH_get(hvalue(t), &k)); in lua_rawgetp()
|