OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WithMinus
(Results
1 - 3
of
3
) sorted by null
/external/lzma/CPP/Common/
CommandLineParser.h
37
bool
WithMinus
;
CommandLineParser.cpp
136
matchedSwitch.
WithMinus
= false;
139
matchedSwitch.
WithMinus
= (s[pos] == kSwitchMinus);
140
if (matchedSwitch.
WithMinus
)
/external/lzma/CS/7zip/Common/
CommandLineParser.cs
49
public bool
WithMinus
;
112
matchedSwitch.
WithMinus
= false;
115
matchedSwitch.
WithMinus
= (srcString[pos] == kSwitchMinus);
116
if (matchedSwitch.
WithMinus
)
Completed in 461 milliseconds