Home | History | Annotate | Download | only in src

Lines Matching refs:TValue

19 #define gkey(n)		cast(const TValue*, (&(n)->i_key.tvk))
43 LUAI_FUNC const TValue *luaH_getint (Table *t, lua_Integer key);
45 TValue *value);
46 LUAI_FUNC const TValue *luaH_getshortstr (Table *t, TString *key);
47 LUAI_FUNC const TValue *luaH_getstr (Table *t, TString *key);
48 LUAI_FUNC const TValue *luaH_get (Table *t, const TValue *key);
49 LUAI_FUNC TValue *luaH_newkey (lua_State *L, Table *t, const TValue *key);
50 LUAI_FUNC TValue *luaH_set (lua_State *L, Table *t, const TValue *key);
61 LUAI_FUNC Node *luaH_mainposition (const Table *t, const TValue *key);