Home
last modified time | relevance | path

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

/external/puffin/src/
Dpatching_unittest.cc54 TestPatching(kDeflates8, kDeflates9, kSubblockDeflateExtents8, in TEST()
60 kSubblockDeflateExtents8, kPatch9To8); in TEST()
64 TestPatching(kDeflates8, {}, kSubblockDeflateExtents8, {}, kPatch8ToEmpty); in TEST()
68 TestPatching(kDeflates8, {11, 22, 33, 44}, kSubblockDeflateExtents8, {}, in TEST()
Dstream_unittest.cc201 kSubblockDeflateExtents8, kPuffExtents8); in TEST_F()
209 kSubblockDeflateExtents8, kPuffExtents8, 8 /* max_cache_size */); in TEST_F()
218 kSubblockDeflateExtents8, kPuffExtents8); in TEST_F()
Dunittest_common.h124 const std::vector<BitExtent> kSubblockDeflateExtents8 = { variable
Dutils_unittest.cc117 CheckFindPuffLocation(kDeflates8, kSubblockDeflateExtents8, kPuffExtents8, in TEST()