Home
last modified time | relevance | path

Searched refs:opt_dict2 (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.101.4/libkdd/tests/
H A DTests.swift1296 …var opt_dict2 = try? PropertyListSerialization.propertyList(from: plistdata as Data, options: [], … in testSampleStackshot() variable
1297 if opt_dict2 == nil { in testSampleStackshot()
1298opt_dict2 = try? PropertyListSerialization.propertyList(from:decompress(plistdata) as Data, option… in testSampleStackshot()
1300 guard let dict2 = opt_dict2 in testSampleStackshot()