Searched refs:luaH_get (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/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()
|