Searched refs:entry_sp (Results 1 – 3 of 3) sorted by relevance
1498 StructuredData::DictionarySP entry_sp = in ExtractCrashInfoAnnotations() local1501 entry_sp->AddStringItem("image", module->GetFileSpec().GetPath(false)); in ExtractCrashInfoAnnotations()1502 entry_sp->AddStringItem("uuid", module->GetUUID().GetAsString()); in ExtractCrashInfoAnnotations()1503 entry_sp->AddStringItem("message", message); in ExtractCrashInfoAnnotations()1504 entry_sp->AddStringItem("message2", message2); in ExtractCrashInfoAnnotations()1505 entry_sp->AddIntegerItem("abort-cause", annotations.abort_cause); in ExtractCrashInfoAnnotations()1507 array_sp->AddItem(entry_sp); in ExtractCrashInfoAnnotations()
30 ListEntry(ValueObjectSP entry_sp) : m_entry_sp(entry_sp) {} in ListEntry() argument
28 explicit MapEntry(ValueObjectSP entry_sp) : m_entry_sp(entry_sp) {} in MapEntry() argument