Home
last modified time | relevance | path

Searched defs:GetLevel (Results 1 – 3 of 3) sorted by relevance

/third_party/lzma/CPP/7zip/Archive/Common/
DHandlerOut.h98 int GetLevel() const { return _level == (UInt32)(Int32)-1 ? 5 : (int)_level; } in GetLevel() function
121 int GetLevel() const { return _level == (UInt32)(Int32)-1 ? 5 : (int)_level; } in GetLevel() function
/third_party/protobuf/conformance/
Dconformance_test.h231 ConformanceLevel GetLevel() const { return level_; } in GetLevel() function
/third_party/lzma/CPP/7zip/Common/
DMethodProps.cpp364 unsigned CMethodProps::GetLevel() const in GetLevel() function in CMethodProps