Searched refs:LogFilterSP (Results 1 – 4 of 4) sorted by relevance
20 void AppendFilter(const LogFilterSP &filter_sp);31 using FilterVector = std::vector<LogFilterSP>;
17 using LogFilterSP = std::shared_ptr<LogFilter>; variable
16 void LogFilterChain::AppendFilter(const LogFilterSP &filter_sp) { in AppendFilter()
286 LogFilterSP filter_sp; in ParseFilterRules()