Searched refs:switchForm (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/Common/
H A DCommandLineParser.cpp127 const CSwitchForm &switchForm = switchForms[matchedSwitchIndex]; local
128 if ((!switchForm.Multi) && matchedSwitch.ThereIs)
133 NSwitchType::EEnum type = switchForm.Type;
150 if (tailSize < switchForm.MinLen)
152 UString set = switchForm.PostCharSet;
172 int minLen = switchForm.MinLen;
180 int maxLen = switchForm.MaxLen;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/Common/
H A DCommandLineParser.cpp127 const CSwitchForm &switchForm = switchForms[matchedSwitchIndex]; local
128 if ((!switchForm.Multi) && matchedSwitch.ThereIs)
133 NSwitchType::EEnum type = switchForm.Type;
150 if (tailSize < switchForm.MinLen)
152 UString set = switchForm.PostCharSet;
172 int minLen = switchForm.MinLen;
180 int maxLen = switchForm.MaxLen;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/Common/
H A DCommandLineParser.cpp127 const CSwitchForm &switchForm = switchForms[matchedSwitchIndex]; local
128 if ((!switchForm.Multi) && matchedSwitch.ThereIs)
133 NSwitchType::EEnum type = switchForm.Type;
150 if (tailSize < switchForm.MinLen)
152 UString set = switchForm.PostCharSet;
172 int minLen = switchForm.MinLen;
180 int maxLen = switchForm.MaxLen;

Completed in 180 milliseconds