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

/external/lzma/CPP/Common/
H A DCommandLineParser.cpp103 const int kNoLen = -1; local
105 int maxLen = kNoLen;
121 if (maxLen == kNoLen)
122 throw "maxLen == kNoLen";

Completed in 107 milliseconds