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

/external/lzma/CPP/Common/
H A DCommandLineParser.h38 int PostCharIndex; member in struct:NCommandLineParser::CSwitchResult
/external/lzma/CS/7zip/Common/
H A DCommandLineParser.cs51 public int PostCharIndex; field in class:SevenZip.CommandLineParser.SwitchResult
128 matchedSwitch.PostCharIndex = kEmptyCharValue;
133 matchedSwitch.PostCharIndex = kEmptyCharValue;
136 matchedSwitch.PostCharIndex = index;

Completed in 148 milliseconds