Searched refs:rule_sp (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp600 for (auto &rule_sp : m_filter_rules) {
601 if (!rule_sp)
603 json_filter_rules_sp->AddItem(rule_sp->Serialize());
709 auto rule_sp = local
713 if (rule_sp && error.Success())
714 m_filter_rules.push_back(rule_sp);
913 for (auto rule_sp : options_sp->GetFilterRules()) {
915 if (!rule_sp)
920 rule_sp->Dump(stream);

Completed in 102 milliseconds