Home
last modified time | relevance | path

Searched defs:CUniqBlocks (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/Common/
H A DUniqBlocks.h25 struct CUniqBlocks struct
27 CObjectVector<CByteBuffer> Bufs;
28 CUIntVector Sorted;
29 CUIntVector BufIndexToSortedIndex;
35 bool IsOnlyEmpty() const in IsOnlyEmpty()