Searched refs:_switches (Results 1 – 3 of 3) sorted by relevance
61 SwitchResult[] _switches; field in SevenZip.CommandLineParser.Parser65 _switches = new SwitchResult[numSwitches]; in Parser()67 _switches[i] = new SwitchResult(); in Parser()85 for (int switchIndex = 0; switchIndex < _switches.Length; switchIndex++) in ParseString()99 SwitchResult matchedSwitch = _switches[matchedSwitchIndex]; in ParseString()189 public SwitchResult this[int index] { get { return _switches[index]; } }
71 _switches(0) in CParser()73 _switches = new CSwitchResult[numSwitches]; in CParser()78 delete []_switches; in ~CParser()114 CSwitchResult &sw = _switches[switchIndex]; in ParseString()
47 CSwitchResult *_switches; variable58 const CSwitchResult& operator[](size_t index) const { return _switches[index]; }