Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Common/
H A DCommandLineParser.h34 struct CSwitchResult struct
41 CSwitchResult(): ThereIs(false) {} in CSwitchResult() function
46 CSwitchResult *_switches;
58 const CSwitchResult& operator[](unsigned index) const { return _switches[index]; } in operator []()
H A DCommandLineParser.cpp99 CSwitchResult &sw = _switches[switchIndex]; in ParseString()
172 _switches = new CSwitchResult[numSwitches]; in ParseStrings()
/third_party/lzma/CPP/7zip/UI/Common/
H A DArchiveCommandLine.cpp976 static inline void SetStreamMode(const CSwitchResult &sw, unsigned &res) in SetStreamMode()

Completed in 3 milliseconds