Searched defs:IsError (Results 1 – 9 of 9) 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
221 bool Result<void, E*>::IsError() const { in IsError() function286 bool Result<T*, E*>::IsError() const { in IsError() function338 bool Result<const T*, E*>::IsError() const { in IsError() function390 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
32 bool ObjectBase::IsError() const { in IsError() function in dawn_native::ObjectBase
177 inline bool IsError(angle::Result result) in IsError() function183 inline bool IsError(const egl::Error &err) in IsError() function
36 bool ObjectBase::IsError() const { in IsError() function in dawn_native::ObjectBase
378 bool IsError() const { return type_ == Type::kError; } in IsError() function
1025 bool IsError = static_cast<bool>(Err); in errorToBool() local
126 inline bool IsError() const { return code != nullptr; } in IsError() function