Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.cpp221 dict_p->AddStringItem("attribute", s_filter_attributes[m_attribute_index]); in Serialize()
238 : m_accept(accept), m_attribute_index(attribute_index), in FilterRule()
246 return s_filter_attributes[m_attribute_index]; in GetFilterAttribute()
258 const size_t m_attribute_index; member in sddarwinlog_private::FilterRule