Searched refs:CSwitchResult (Results 1 - 3 of 3) sorted by relevance

/external/lzma/CPP/Common/
H A DCommandLineParser.h34 struct CSwitchResult struct in namespace:NCommandLineParser
41 CSwitchResult(): ThereIs(false) {}; function in struct:NCommandLineParser::CSwitchResult
47 CSwitchResult *_switches;
58 const CSwitchResult& operator[](size_t index) const { return _switches[index]; }
H A DCommandLineParser.cpp73 _switches = new CSwitchResult[numSwitches];
114 CSwitchResult &sw = _switches[switchIndex];
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveCommandLine.cpp854 static inline void SetStreamMode(const CSwitchResult &sw, unsigned &res)

Completed in 116 milliseconds