Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp218 dict_p->AddStringItem("attribute", s_filter_attributes[m_attribute_index]); in Serialize()
235 : m_accept(accept), m_attribute_index(attribute_index), in FilterRule()
243 return s_filter_attributes[m_attribute_index]; in GetFilterAttribute()
255 const size_t m_attribute_index; member in sddarwinlog_private::FilterRule