OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsSimpleCoder
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/7zip/Archive/7z/
7zCompressionMode.h
18
bool
IsSimpleCoder
() const { return (NumInStreams == 1) && (NumOutStreams == 1); }
7zItem.h
29
bool
IsSimpleCoder
() const { return (NumInStreams == 1) && (NumOutStreams == 1); }
Completed in 59 milliseconds