Home
last modified time | relevance | path

Searched refs:IsError (Results 1 – 5 of 5) sorted by relevance

/art/cmdline/
Dcmdline_result.h45 bool IsError() const { return status_ != kSuccess; } in IsError() function
50 const std::string& GetMessage() const { assert(IsError()); return message_; } in GetMessage()
Dcmdline_parse_result.h115 assert(other.IsError()); in CastError()
Dcmdline_parser.h592 if (parse_attempt.IsError()) { in Parse()
Dcmdline_types.h103 if (parse_attempt.IsError()) {
/art/runtime/
Dparsed_options.cc408 if (parse_result.IsError()) { in Parse()