Searched refs:match_accepts (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/DarwinLog/ |
D | LogFilterExactMatch.cpp | 12 LogFilterExactMatch::LogFilterExactMatch(bool match_accepts, in LogFilterExactMatch() argument 15 : LogFilter(match_accepts), m_filter_target(filter_target), in LogFilterExactMatch()
|
D | LogFilterRegex.cpp | 23 LogFilterRegex::LogFilterRegex(bool match_accepts, FilterTarget filter_target, in LogFilterRegex() argument 25 : LogFilter(match_accepts), m_filter_target(filter_target), in LogFilterRegex()
|
D | LogFilterExactMatch.h | 20 LogFilterExactMatch(bool match_accepts, FilterTarget filter_target,
|
D | LogFilterRegex.h | 24 LogFilterRegex(bool match_accepts, FilterTarget filter_target,
|
/external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
D | StructuredDataDarwinLog.cpp | 195 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()
|