Searched defs:Token (Results 1 – 2 of 2) sorted by relevance
88 struct Token { struct89 … //!< Name of the token. It has null character at the end but it can contain null character.90 SizeType length; //!< Length of the name.91 … SizeType index; //!< A valid array index, if it is not equal to kPointerInvalidIndex.
1798 enum Token { enum