Home
last modified time | relevance | path

Searched defs:report_errors (Results 1 – 5 of 5) sorted by relevance

/third_party/re2/util/
Dpcre.h531 bool report_errors() const { return report_errors_; } in report_errors() function
532 void set_report_errors(bool report_errors) { in set_report_errors()
Dpcre.cc104 int stack_limit, bool report_errors) { in Init()
/third_party/vulkan-loader/tests/framework/shim/
Dshim_common.cpp212 bool report_errors = true; local
/third_party/rust/rust/compiler/rustc_resolve/src/
Ddiagnostics.rs122 pub(crate) fn report_errors(&mut self, krate: &Crate) { in report_errors() method
Dlate.rs3503 let report_errors = |this: &mut Self, res: Option<Res>| { in smart_resolve_path_fragment() localVariable