OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_totalLength
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/7zip/Archive/Common/
MultiStream.h
16
UInt64
_totalLength
;
43
_totalLength
= total;
MultiStream.cpp
13
if (_pos >=
_totalLength
)
58
case STREAM_SEEK_END: offset +=
_totalLength
; break;
Completed in 2875 milliseconds