OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ThereIs
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/Common/
CommandLineParser.h
36
bool
ThereIs
;
40
CSwitchResult():
ThereIs
(false) {};
/external/lzma/CS/7zip/Common/
CommandLineParser.cs
48
public bool
ThereIs
;
54
ThereIs
= false;
101
if ((!switchForm.Multi) && matchedSwitch.
ThereIs
)
103
matchedSwitch.
ThereIs
= true;
Completed in 2116 milliseconds