Searched defs:IsError (Results 1 – 8 of 8) sorted by relevance
262 bool Result<void, E>::IsError() const { in IsError() function330 bool Result<T*, E>::IsError() const { in IsError() function383 bool Result<const T*, E>::IsError() const { in IsError() function442 bool Result<Ref<T>, E>::IsError() const { in IsError() function496 bool Result<T, E>::IsError() const { in IsError() function
178 inline bool IsError(angle::Result result) in IsError() function184 inline bool IsError(const egl::Error &err) in IsError() function190 inline bool IsError(bool value) in IsError() function
30 bool IsError() const { return _error; } in IsError() function
36 bool ObjectBase::IsError() const { in IsError() function in dawn_native::ObjectBase
53 bool IsError() const { return code_ < DispatchCode::SUCCESS; } in IsError() function
378 bool IsError() const { return type_ == Type::kError; } in IsError() function
1025 bool IsError = static_cast<bool>(Err); in errorToBool() local
127 inline bool IsError() const { return code != nullptr; } in IsError() function