Home
last modified time | relevance | path

Searched refs:LogFilterSP (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/tools/debugserver/source/MacOSX/DarwinLog/
DLogFilterChain.h20 void AppendFilter(const LogFilterSP &filter_sp);
31 using FilterVector = std::vector<LogFilterSP>;
DDarwinLogInterfaces.h17 using LogFilterSP = std::shared_ptr<LogFilter>; variable
DLogFilterChain.cpp16 void LogFilterChain::AppendFilter(const LogFilterSP &filter_sp) { in AppendFilter()
DDarwinLogCollector.cpp286 LogFilterSP filter_sp; in ParseFilterRules()