Home
last modified time | relevance | path

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

/external/puffin/src/
Dutils.cc171 vector<BitExtent> tmp_deflates; in LocateDeflatesInZlibBlocks() local
172 TEST_AND_RETURN_FALSE(LocateDeflatesInZlib(buffer, &tmp_deflates)); in LocateDeflatesInZlibBlocks()
173 for (const auto& deflate : tmp_deflates) { in LocateDeflatesInZlibBlocks()
294 vector<BitExtent> tmp_deflates; in LocateDeflatesInZipArchive() local
298 data.data() + offset, data.size() - offset, offset, &tmp_deflates, in LocateDeflatesInZipArchive()
313 deflates->insert(deflates->end(), tmp_deflates.begin(), tmp_deflates.end()); in LocateDeflatesInZipArchive()