OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_needStartSeek
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/7zip/Common/
LimitedStreams.h
115
bool
_needStartSeek
;
132
_needStartSeek
= true;
LimitedStreams.cpp
161
if (
_needStartSeek
|| _phyPos != phyPos)
163
_needStartSeek
= false;
Completed in 719 milliseconds