OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kNoLen
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CS/7zip/Common/
CommandLineParser.cs
82
const int
kNoLen
= -1;
84
int maxLen =
kNoLen
;
97
if (maxLen ==
kNoLen
)
98
throw new Exception("maxLen ==
kNoLen
");
/external/lzma/CPP/Common/
CommandLineParser.cpp
103
const int
kNoLen
= -1;
105
int maxLen =
kNoLen
;
121
if (maxLen ==
kNoLen
)
122
throw "maxLen ==
kNoLen
";
Completed in 38 milliseconds