OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetLevel
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/7zip/Archive/Common/
HandlerOut.h
39
int
GetLevel
() const { return _level == (UInt32)(Int32)-1 ? 5 : (int)_level; }
59
int
GetLevel
() const { return _level == (UInt32)(Int32)-1 ? 5 : (int)_level; }
/external/lzma/CPP/7zip/Common/
MethodProps.cpp
206
int CMethodProps::
GetLevel
() const
Completed in 2336 milliseconds