Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp240 bool GetMatchAccepts() const { return m_accept; } in GetMatchAccepts() function in sddarwinlog_private::FilterRule
269 stream.Printf("%s %s regex %s", GetMatchAccepts() ? "accept" : "reject", in Dump()
321 stream.Printf("%s %s match %s", GetMatchAccepts() ? "accept" : "reject", in Dump()