Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/
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