OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:luaH_get
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/third_party/lua/src/
ltable.h
24
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 482 milliseconds