Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp212 dict_p->AddBooleanItem("accept", m_accept); in Serialize()
235 : m_accept(accept), m_attribute_index(attribute_index), in FilterRule()
240 bool GetMatchAccepts() const { return m_accept; } in GetMatchAccepts()
254 const bool m_accept; member in sddarwinlog_private::FilterRule