Searched refs:KeywordType (Results 1 – 2 of 2) sorted by relevance
160 enum KeywordType { enum180 KeywordType keyword_type() { in keyword_type()182 return static_cast<KeywordType>(tag_); in keyword_type()195 bool IsKeywordType(KeywordType tag) { in IsKeywordType()215 static DateToken Keyword(KeywordType tag, int value, int length) { in Keyword()296 static KeywordType GetType(int i) { in GetType()297 return static_cast<KeywordType>(array[i][kTypeOffset]); in GetType()
139 KeywordType type = token.keyword_type(); in Parse()