Searched refs:TokenType (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/storage/sniffer/
H A DParser.h44 typedef enum TokenType { enum in namespace:BPrivate::Storage::Sniffer
57 } TokenType; typedef in namespace:BPrivate::Storage::Sniffer
62 const char* tokenTypeToString(TokenType type);
72 Token(TokenType type = EmptyToken, const ssize_t pos = -1);
74 TokenType Type() const;
81 TokenType fType;
148 void Read(TokenType type);
149 bool CondRead(TokenType type);
157 void AddToken(TokenType type, ssize_t pos);
284 void ThrowUnexpectedTokenError(TokenType expecte
[all...]
/haiku/src/kits/package/
H A DPackageInfoParser.h45 enum TokenType { enum in class:BPackageKit::BPackageInfo::Parser
133 TokenType type;
137 Token(TokenType _type, const char* _pos, int length = 0,
/haiku/src/kits/storage/sniffer/
H A DParser.cpp67 Token::Token(TokenType type, const ssize_t pos)
78 TokenType
710 TokenStream::Read(TokenType type) {
724 TokenStream::CondRead(TokenType type) {
750 TokenStream::AddToken(TokenType type, ssize_t pos) {
888 BPrivate::Storage::Sniffer::tokenTypeToString(TokenType type) {
1262 Parser::ThrowUnexpectedTokenError(TokenType expected, const Token *found) {
1269 Parser::ThrowUnexpectedTokenError(TokenType expected1, TokenType expected2, const Token *found) {

Completed in 42 milliseconds