Home
last modified time | relevance | path

Searched defs:IsError (Results 1 – 8 of 8) 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/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/lzma/CPP/Common/
DDynLimBuf.h30 bool IsError() const { return _error; } 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/node/deps/v8/third_party/inspector_protocol/crdtp/
Ddispatch.h53 bool IsError() const { return code_ < DispatchCode::SUCCESS; } in IsError() function
/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.cc127 inline bool IsError() const { return code != nullptr; } in IsError() function