Searched refs:opt_dict2 (Results 1 – 1 of 1) sorted by relevance
1296 …var opt_dict2 = try? PropertyListSerialization.propertyList(from: plistdata as Data, options: [], … in testSampleStackshot() variable1297 if opt_dict2 == nil { in testSampleStackshot()1298 …opt_dict2 = try? PropertyListSerialization.propertyList(from:decompress(plistdata) as Data, option… in testSampleStackshot()1300 guard let dict2 = opt_dict2 in testSampleStackshot()