Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp211 dict_p->AddBooleanItem("accept", m_accept); in Serialize()
234 : m_accept(accept), m_attribute_index(attribute_index), in FilterRule()
239 bool GetMatchAccepts() const { return m_accept; } in GetMatchAccepts()
253 const bool m_accept; member in sddarwinlog_private::FilterRule