Searched refs:CondRead (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/private/storage/sniffer/
H A DParser.h129 and CondRead()), and handles memory management with respect to all the
149 bool CondRead(TokenType type);
/haiku/src/kits/storage/sniffer/
H A DParser.cpp719 /*! CondRead() peeks at the next token in the stream. If it is of the given type, the
724 TokenStream::CondRead(TokenType type) { function in class:TokenStream
1128 if (stream.CondRead(CaseInsensitiveFlag))
1133 if (!stream.CondRead(Divider))
1158 if (stream.CondRead(CaseInsensitiveFlag))
1163 if (!stream.CondRead(Divider))
1210 if (stream.CondRead(Ampersand)) {

Completed in 20 milliseconds