| /third_party/skia/third_party/externals/dawn/src/common/ |
| D | Result.h | 262 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/ |
| D | Result.h | 221 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/ |
| D | Error.h | 178 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/ |
| D | ObjectBase.cpp | 32 bool ObjectBase::IsError() const { in IsError() function in dawn_native::ObjectBase
|
| /third_party/mindspore/mindspore/core/mindrt/include/async/ |
| D | try.h | 42 bool IsError() { return data.IsNone(); } in IsError() function
|
| D | result.h | 48 bool IsError() { return status.IsError(); } in IsError() function
|
| D | status.h | 42 bool IsError() const { return (code != KINIT && code != KOK); } in IsError() function
|
| D | future.h | 122 bool IsError() const { return data->status.IsError(); } in IsError() function
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
| D | Error.h | 177 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/ |
| D | ObjectBase.cpp | 36 bool ObjectBase::IsError() const { in IsError() function in dawn_native::ObjectBase
|
| /third_party/mindspore/mindspore/core/utils/ |
| D | status.cc | 215 bool Status::IsError() const { return !IsOk(); } in IsError() function in mindspore::Status
|
| /third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
| D | token.h | 378 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/ |
| D | Error.h | 1025 bool IsError = static_cast<bool>(Err); in errorToBool() local
|
| /third_party/node/src/ |
| D | node_zlib.cc | 126 inline bool IsError() const { return code != nullptr; } in IsError() function
|