#include <lobject.h>
Public Attributes | |
L_Umaxalign | dummy |
struct { | |
CommonHeader | |
lu_byte extra | |
unsigned int hash | |
size_t len | |
} | tsv |
L_Umaxalign TString::dummy |
lu_byte TString::extra |
Definition at line 413 of file lobject.h.
Referenced by createstrobj(), llex(), luaX_init(), and mainposition().
unsigned int TString::hash |
Definition at line 414 of file lobject.h.
Referenced by createstrobj(), internshrstr(), and mainposition().
size_t TString::len |
Definition at line 415 of file lobject.h.
Referenced by anchor_token(), createstrobj(), DumpString(), internshrstr(), l_strcmp(), luaS_eqlngstr(), mainposition(), and PrintString().
struct { ... } TString::tsv |
Referenced by anchor_token(), createstrobj(), DumpString(), internshrstr(), l_strcmp(), llex(), luaH_getstr(), luaS_eqlngstr(), luaS_eqstr(), luaX_init(), mainposition(), and PrintString().