Searched defs:Token (Results 1 – 8 of 8) sorted by relevance
99 struct Token { struct100 … //!< Name of the token. It has null character at the end but it can contain null character.101 SizeType length; //!< Length of the name.102 … SizeType index; //!< A valid array index, if it is not equal to kPointerInvalidIndex.
1436 enum Token { enum
1053 Token = TOKEN variable
481 class Token: class
807 #define YYBACKUP(Token, Value) \ argument
940 #define YYBACKUP(Token, Value) \ argument