OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PostStrings
(Results
1 - 6
of
6
) sorted by null
/external/lzma/CPP/Common/
CommandLineParser.h
38
UStringVector
PostStrings
;
CommandLineParser.cpp
174
matchedSwitch.
PostStrings
.Add(s.Mid(pos));
187
matchedSwitch.
PostStrings
.Add(stringSwitch);
/external/lzma/CPP/7zip/UI/Common/
ArchiveCommandLine.cpp
642
ParseUpdateCommandString(options, parser[NKey::kUpdate].
PostStrings
,
646
const UString &postString = parser[NKey::kWorkingDir].
PostStrings
[0];
654
options.SfxModule = parser[NKey::kSfx].
PostStrings
[0];
658
const UStringVector &sv = parser[NKey::kVolume].
PostStrings
;
674
for (int i = 0; i < parser[NKey::kProperty].
PostStrings
.Size(); i++)
677
const UString &postString = parser[NKey::kProperty].
PostStrings
[i];
718
const UString &postString = parser[NKey::kLargePages].
PostStrings
.Front();
743
UString name = parser[keyIndex].
PostStrings
.Back();
845
parser[NKey::kInclude].
PostStrings
, true, recursedType, codePage);
849
parser[NKey::kExclude].
PostStrings
, false, recursedType, codePage);
[
all
...]
/external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaAlone.cs
175
if (!GetNumber((string)parser[(int)Key.Dictionary].
PostStrings
[0], out dicLog))
182
mf = (string)parser[(int)Key.MatchFinder].
PostStrings
[0];
197
train = (string)parser[(int)Key.Train].
PostStrings
[0];
256
if (!GetNumber((string)parser[(int)Key.Mode].
PostStrings
[0], out algorithm))
260
if (!GetNumber((string)parser[(int)Key.FastBytes].
PostStrings
[0], out numFastBytes))
263
if (!GetNumber((string)parser[(int)Key.LitContext].
PostStrings
[0], out litContextBits))
266
if (!GetNumber((string)parser[(int)Key.LitPos].
PostStrings
[0], out litPosBits))
269
if (!GetNumber((string)parser[(int)Key.PosBits].
PostStrings
[0], out posStateBits))
/external/lzma/CPP/7zip/Bundles/LzmaCon/
LzmaAlone.cpp
152
if (!GetNumber(parser[index].
PostStrings
[0], res))
206
if (!GetNumber(parser[NKey::kDict].
PostStrings
[0], dicLog))
213
mf = parser[NKey::kMatchFinder].
PostStrings
[0];
221
const UString &s = parser[NKey::kMultiThread].
PostStrings
[0];
398
if (!GetNumber(parser[NKey::kMc].
PostStrings
[0], mc))
/external/lzma/CS/7zip/Common/
CommandLineParser.cs
50
public ArrayList
PostStrings
= new ArrayList();
150
matchedSwitch.
PostStrings
.Add(srcString.Substring(pos));
162
matchedSwitch.
PostStrings
.Add(stringSwitch);
Completed in 129 milliseconds