Searched refs:entry_sp (Results 1 – 3 of 3) sorted by relevance
966 StructuredData::DictionarySP entry_sp = in ExtractCrashInfoAnnotations() local969 entry_sp->AddStringItem("image", module->GetFileSpec().GetPath(false)); in ExtractCrashInfoAnnotations()970 entry_sp->AddStringItem("uuid", module->GetUUID().GetAsString()); in ExtractCrashInfoAnnotations()971 entry_sp->AddStringItem("message", message); in ExtractCrashInfoAnnotations()972 entry_sp->AddStringItem("message2", message2); in ExtractCrashInfoAnnotations()973 entry_sp->AddIntegerItem("abort-cause", annotations.abort_cause); in ExtractCrashInfoAnnotations()975 array_sp->AddItem(entry_sp); in ExtractCrashInfoAnnotations()
30 ListEntry(ValueObjectSP entry_sp) : m_entry_sp(std::move(entry_sp)) {} in ListEntry() argument
28 explicit MapEntry(ValueObjectSP entry_sp) : m_entry_sp(entry_sp) {} in MapEntry() argument