Searched refs:sampledata (Results 1 – 1 of 1) sorted by relevance
1270 guard let sampledata = self.dataWithResource(name) in testSampleStackshot() variable1274 dict = try? self.parseBuffer(sampledata) as NSDictionary in testSampleStackshot()1277 … if let decoded = NSData(base64Encoded: sampledata as Data, options:.ignoreUnknownCharacters) { in testSampleStackshot()1283 if let decompressed = try? decompress(sampledata) { in testSampleStackshot()