Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.cpp212 StructuredData::Dictionary *dict_p = new StructuredData::Dictionary(); in Serialize() local
215 dict_p->AddBooleanItem("accept", m_accept); in Serialize()
221 dict_p->AddStringItem("attribute", s_filter_attributes[m_attribute_index]); in Serialize()
224 dict_p->AddStringItem("type", GetOperationType().GetCString()); in Serialize()
227 DoSerialization(*dict_p); in Serialize()
229 return StructuredData::ObjectSP(dict_p); in Serialize()