Searched defs:IsError (Results 1 – 2 of 2) sorted by relevance
/art/cmdline/ | ||
D | cmdline_result.h | 45 bool IsError() const { return status_ != kSuccess; } in IsError() function |
/art/runtime/mirror/ | ||
D | throwable.cc | 79 bool Throwable::IsError() { in IsError() function in art::mirror::Throwable |