Searched refs:args_sp (Results 1 – 8 of 8) sorted by relevance
25 StructuredData::DictionarySP args_sp,80 StructuredData::DictionarySP args_sp,
30 StructuredData::DictionarySP args_sp,
33 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject() argument38 StructuredDataImpl args_impl(args_sp); in CreatePluginObject()
34 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject() argument39 StructuredDataImpl args_impl(args_sp); in CreatePluginObject()
27 StructuredData::DictionarySP args_sp,
28 StructuredData::DictionarySP args_sp,
253 auto args_sp = dict_sp->GetObjectForDotSeparatedPath("arguments"); in ShellExpandArguments() local254 if (!args_sp) { in ShellExpandArguments()259 auto args_array_sp = args_sp->GetAsArray(); in ShellExpandArguments()
1425 auto args_sp = dict_sp->GetObjectForDotSeparatedPath("arguments");1426 if (!args_sp) {1431 auto args_array_sp = args_sp->GetAsArray();