OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CSwitchResult
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/Common/
CommandLineParser.h
34
struct
CSwitchResult
40
CSwitchResult
(): ThereIs(false) {};
46
CSwitchResult
*_switches;
54
const
CSwitchResult
& operator[](size_t index) const;
CommandLineParser.cpp
62
_switches = new
CSwitchResult
[_numSwitches];
123
CSwitchResult
&matchedSwitch = _switches[matchedSwitchIndex];
197
const
CSwitchResult
& CParser::operator[](size_t index) const
Completed in 3053 milliseconds