Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/Common/
DCoderMixer2.h281 virtual UInt64 GetBondStreamSize(unsigned bondIndex) const = 0;
347 virtual UInt64 GetBondStreamSize(unsigned bondIndex) const;
428 virtual UInt64 GetBondStreamSize(unsigned bondIndex) const;
DCoderMixer2.cpp774 UInt64 CMixerST::GetBondStreamSize(unsigned bondIndex) const in GetBondStreamSize() function in NCoderMixer2::CMixerST
1037 UInt64 CMixerMT::GetBondStreamSize(unsigned bondIndex) const in GetBondStreamSize() function in NCoderMixer2::CMixerMT
/external/lzma/CPP/7zip/Archive/7z/
D7zEncode.cpp459 streamSize = _mixer->GetBondStreamSize(bond); in Encode()