Searched refs:KeywordType (Results 1 – 2 of 2) sorted by relevance
122 enum KeywordType { enum142 KeywordType keyword_type() { in keyword_type()144 return static_cast<KeywordType>(tag_); in keyword_type()157 bool IsKeywordType(KeywordType tag) { in IsKeywordType()177 static DateToken Keyword(KeywordType tag, int value, int length) { in Keyword()258 static KeywordType GetType(int i) { in GetType()259 return static_cast<KeywordType>(array[i][kTypeOffset]); in GetType()
121 KeywordType type = token.keyword_type(); in Parse()