Searched defs:IDString (Results 1 - 2 of 2) sorted by relevance

/external/lzma/CPP/Common/
H A DCommandLineParser.h26 const wchar_t *IDString; member in struct:NCommandLineParser::CSwitchForm
62 const wchar_t *IDString; member in struct:NCommandLineParser::CCommandForm
/external/lzma/CS/7zip/Common/
H A DCommandLineParser.cs19 public string IDString; field in class:SevenZip.CommandLineParser.SwitchForm
29 IDString = idString;
87 int switchLen = switchForms[switchIndex].IDString.Length;
90 if (String.Compare(switchForms[switchIndex].IDString, 0,
196 string id = commandForms[i].IDString;
260 public string IDString = ""; field in class:SevenZip.CommandLineParser.CommandForm
264 IDString = idString;

Completed in 96 milliseconds