Home
last modified time | relevance | path

Searched refs:CSwitchResult (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/Common/
DCommandLineParser.h34 struct CSwitchResult struct
41 CSwitchResult(): ThereIs(false) {}; in CSwitchResult() function
47 CSwitchResult *_switches;
58 const CSwitchResult& operator[](size_t index) const { return _switches[index]; }
DCommandLineParser.cpp73 _switches = new CSwitchResult[numSwitches]; in CParser()
114 CSwitchResult &sw = _switches[switchIndex]; in ParseString()