Home
last modified time | relevance | path

Searched defs:has_error (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/tint/src/inspector/
Dinspector.h48 bool has_error() const { return diagnostics_.contains_errors(); } in has_error() function
/third_party/skia/third_party/externals/tint/src/reader/
Dreader.h35 bool has_error() const { return diags_.contains_errors(); } in has_error() function
/third_party/gn/src/gn/
Dtokenizer.h91 bool has_error() const { return err_->has_error(); } in has_error() function
Dparser.h113 bool has_error() const { return err_->has_error(); } in has_error() function
Dtest_with_scope.h99 bool has_error() const { return parse_err_.has_error(); } in has_error() function
Derr.h81 bool has_error() const { return !!info_; } in has_error() function
/third_party/cef/libcef/browser/
Dcontext.cc97 bool* has_error = nullptr) { in NormalizePath()
163 bool has_error = false; in NormalizeCachePathAndSet() local
/third_party/node/deps/v8/src/wasm/
Dwasm-result.h51 bool has_error() const { return !message_.empty(); } in has_error() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Draw_ostream.h428 bool has_error() const { in has_error() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
Draw_ostream.h485 bool has_error() const { return bool(EC); } in has_error() function
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Dparser.h255 bool has_error() const { return has_error_; } in has_error() function
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder.h104 bool has_error() const { return !error_.empty(); } in has_error() function
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl.h326 bool has_error() const { return builder_.Diagnostics().contains_errors(); } in has_error() function
/third_party/libabigail/tools/
Dabidw.cc758 bool has_error = diff->has_changes(); in load_corpus_and_write_abixml() local
/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.h40 inline bool has_error() const { return error_message_ != nullptr; } in has_error() function
/third_party/node/deps/v8/src/parsing/
Dscanner.h295 bool has_error() const { return scanner_error_ != MessageTemplate::kNone; } in has_error() function
Dexpression-scope.h286 bool has_error() const { return parser_->has_error(); } in has_error() function
Dparser-base.h277 V8_INLINE bool has_error() const { return scanner()->has_parser_error(); } in has_error() function
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dcurlhttpsrc.c401 gboolean has_body, gboolean has_error) in run_test()
/third_party/ltp/tools/sparse/sparse-src/
Doptions.c37 int has_error = 0; variable
/third_party/protobuf/src/google/protobuf/compiler/
Dplugin.pb.h1634 inline bool CodeGeneratorResponse::has_error() const { in has_error() function
/third_party/libdrm/intel/
Dintel_bufmgr_gem.c246 bool has_error; member