OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OutStreamPointers
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/7zip/Archive/Common/
CoderMixer2MT.cpp
15
OutStreamPointers
.Reserve(NumOutStreams);
23
OutStreamPointers
.Clear();
35
OutStreamPointers
.Add((ISequentialOutStream *)OutStreams[i]);
38
Result = Coder->Code(InStreamPointers[0],
OutStreamPointers
[0],
42
&
OutStreamPointers
.Front(), &OutSizePointers.Front(), NumOutStreams, progress);
CoderMixer2MT.h
19
CRecordVector<ISequentialOutStream*>
OutStreamPointers
;
Completed in 1867 milliseconds