OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_wasFinished
(Results
1 - 3
of
3
) sorted by null
/external/lzma/CPP/7zip/Archive/Common/
InStreamWithCRC.h
24
bool
_wasFinished
;
30
_wasFinished
= false;
36
bool WasFinished() const { return
_wasFinished
; }
52
// bool
_wasFinished
;
58
//
_wasFinished
= false;
64
// bool WasFinished() const { return
_wasFinished
; }
/external/lzma/CPP/7zip/Common/
InBuffer.h
25
bool
_wasFinished
;
78
bool WasFinished() const { return
_wasFinished
; }
LimitedStreams.h
17
bool
_wasFinished
;
25
_wasFinished
= false;
32
bool WasFinished() const { return
_wasFinished
; }
Completed in 50 milliseconds