Home
last modified time | relevance | path

Searched defs:IsError (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/common/
DResult.h262 bool Result<void, E>::IsError() const { in IsError() function
330 bool Result<T*, E>::IsError() const { in IsError() function
383 bool Result<const T*, E>::IsError() const { in IsError() function
442 bool Result<Ref<T>, E>::IsError() const { in IsError() function
496 bool Result<T, E>::IsError() const { in IsError() function
/third_party/flutter/skia/third_party/externals/dawn/src/common/
DResult.h221 bool Result<void, E*>::IsError() const { in IsError() function
286 bool Result<T*, E*>::IsError() const { in IsError() function
338 bool Result<const T*, E*>::IsError() const { in IsError() function
390 bool Result<T, E>::IsError() const { in IsError() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DError.h178 inline bool IsError(angle::Result result) in IsError() function
184 inline bool IsError(const egl::Error &err) in IsError() function
190 inline bool IsError(bool value) in IsError() function
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DObjectBase.cpp32 bool ObjectBase::IsError() const { in IsError() function in dawn_native::ObjectBase
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DError.h177 inline bool IsError(angle::Result result) in IsError() function
183 inline bool IsError(const egl::Error &err) in IsError() function
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DObjectBase.cpp36 bool ObjectBase::IsError() const { in IsError() function in dawn_native::ObjectBase
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dtoken.h378 bool IsError() const { return type_ == Type::kError; } in IsError() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DError.h1025 bool IsError = static_cast<bool>(Err); in errorToBool() local
/third_party/node/src/
Dnode_zlib.cc126 inline bool IsError() const { return code != nullptr; } in IsError() function