Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp209 StructuredData::Dictionary *dict_p = new StructuredData::Dictionary(); in Serialize() local
212 dict_p->AddBooleanItem("accept", m_accept); in Serialize()
218 dict_p->AddStringItem("attribute", s_filter_attributes[m_attribute_index]); in Serialize()
221 dict_p->AddStringItem("type", GetOperationType()); in Serialize()
224 DoSerialization(*dict_p); in Serialize()
226 return StructuredData::ObjectSP(dict_p); in Serialize()