Home
last modified time | relevance | path

Searched refs:ParseError (Results 1 – 4 of 4) sorted by relevance

/haiku/src/kits/package/
H A DPackageInfoParser.cpp46 } catch (const ParseError& error) { in Parse()
93 } catch (const ParseError& error) { in ParseVersion()
118 } catch (const ParseError& error) { in ParseResolvable()
143 } catch (const ParseError& error) { in ParseResolvableExpression()
250 throw ParseError("unterminated quoted-string", in _NextToken()
283 throw ParseError("'\\' at end of string", in _NextToken()
306 throw ParseError(error.String(), fPos); in _NextToken()
322 throw ParseError("expected string", string.pos); in _ParseStringValue()
350 throw ParseError(error, arch.pos); in _ParseArchitectureValue()
368 throw ParseError("expected string (a version)", word.pos); in _ParseVersionValue()
[all …]
H A DPackageInfoParser.h40 struct ParseError;
121 struct BPackageInfo::Parser::ParseError { struct
125 ParseError(const BString& _message, const char* _pos) in ParseError() argument
/haiku/headers/private/shared/
H A DArgumentVector.h17 enum ParseError { enum
35 ParseError Parse(const char* commandLine,
/haiku/src/kits/shared/
H A DArgumentVector.cpp17 ParseError Parse(const char* commandLine, const char*& _errorLocation) in Parse()
161 ArgumentVector::ParseError
166 ParseError error; in Parse()