Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/Common/
DCoderMixer2.h289 virtual UInt64 GetBondStreamSize(unsigned bondIndex) const = 0;
356 virtual UInt64 GetBondStreamSize(unsigned bondIndex) const;
438 virtual UInt64 GetBondStreamSize(unsigned bondIndex) const;
DCoderMixer2.cpp846 UInt64 CMixerST::GetBondStreamSize(unsigned bondIndex) const in GetBondStreamSize() function in NCoderMixer2::CMixerST
1118 UInt64 CMixerMT::GetBondStreamSize(unsigned bondIndex) const in GetBondStreamSize() function in NCoderMixer2::CMixerMT
/external/lzma/CPP/7zip/Archive/7z/
D7zEncode.cpp481 streamSize = _mixer->GetBondStreamSize(bond); in Encode()