Searched refs:item_sp (Results 1 – 4 of 4) sorted by relevance
269 auto item_sp = args_array_sp->GetItemAtIndex(i); in ShellExpandArguments() local270 if (!item_sp) in ShellExpandArguments()272 auto str_sp = item_sp->GetAsString(); in ShellExpandArguments()
136 for (const auto &item_sp : m_items) { in Serialize() local137 item_sp->Serialize(s); in Serialize()
47 StructuredData::StringSP item_sp( in SerializeToStructuredData() local49 user_source_sp->AddItem(item_sp); in SerializeToStructuredData()
1368 auto item_sp = args_array_sp->GetItemAtIndex(i);1369 if (!item_sp)1371 auto str_sp = item_sp->GetAsString();