Home
last modified time | relevance | path

Searched refs:disabled_ (Results 1 – 3 of 3) sorted by relevance

/system/memory/libmemunreachable/
DScopedDisableMalloc.h32 DisableMallocGuard() : disabled_(false) {} in DisableMallocGuard()
36 if (!disabled_) { in Disable()
37 disabled_ = true; in Disable()
43 if (disabled_) { in Enable()
45 disabled_ = false; in Enable()
51 bool disabled_; variable
/system/tools/aidl/
Doptions.cpp553 disabled_.insert(arg + strlen("-Wno-")); in Parse()
561 for (const auto& names : {no_errors_, disabled_, enabled_}) { in Parse()
580 if (disable_all_ || disabled_.find(d.name) != disabled_.end()) { in GetDiagnosticMapping()
Doptions.h72 std::set<std::string> disabled_; // -Wno-foo variable