OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_switches
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/Common/
CommandLineParser.h
46
CSwitchResult *
_switches
;
member in class:NCommandLineParser::CParser
/external/lzma/CS/7zip/Common/
CommandLineParser.cs
61
SwitchResult[]
_switches
;
field in class:SevenZip.CommandLineParser.Parser
65
_switches
= new SwitchResult[numSwitches];
67
_switches
[i] = new SwitchResult();
85
for (int switchIndex = 0; switchIndex <
_switches
.Length; switchIndex++)
99
SwitchResult matchedSwitch =
_switches
[matchedSwitchIndex];
189
public SwitchResult this[int index] { get { return
_switches
[index]; } }
Completed in 703 milliseconds