Home
last modified time | relevance | path

Searched refs:match_accepts (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/tools/debugserver/source/MacOSX/DarwinLog/
DLogFilterExactMatch.cpp12 LogFilterExactMatch::LogFilterExactMatch(bool match_accepts, in LogFilterExactMatch() argument
15 : LogFilter(match_accepts), m_filter_target(filter_target), in LogFilterExactMatch()
DLogFilterRegex.cpp23 LogFilterRegex::LogFilterRegex(bool match_accepts, FilterTarget filter_target, in LogFilterRegex() argument
25 : LogFilter(match_accepts), m_filter_target(filter_target), in LogFilterRegex()
DLogFilterExactMatch.h20 LogFilterExactMatch(bool match_accepts, FilterTarget filter_target,
DLogFilterRegex.h24 LogFilterRegex(bool match_accepts, FilterTarget filter_target,
/external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.cpp195 static FilterRuleSP CreateRule(bool match_accepts, size_t attribute, in CreateRule() argument
208 return find_it->second(match_accepts, attribute, op_arg, error); in CreateRule()