Home
last modified time | relevance | path

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

/external/puffin/src/
Dutils.cc170 vector<BitExtent> tmp_deflates; in LocateDeflatesInZlibBlocks() local
171 TEST_AND_RETURN_FALSE(LocateDeflatesInZlib(buffer, &tmp_deflates)); in LocateDeflatesInZlibBlocks()
172 for (const auto& deflate : tmp_deflates) { in LocateDeflatesInZlibBlocks()
286 vector<BitExtent> tmp_deflates; in LocateDeflatesInZipArchive() local
290 data.data() + offset, data.size() - offset, offset, &tmp_deflates, in LocateDeflatesInZipArchive()
305 deflates->insert(deflates->end(), tmp_deflates.begin(), tmp_deflates.end()); in LocateDeflatesInZipArchive()