Lines Matching defs:BLANK_LINE
180 const int BLANK_LINE = std::numeric_limits<int>::max();
184 if (startLine != BLANK_LINE && endLine == BLANK_LINE) {
209 } else if (startLine != BLANK_LINE && endLine != BLANK_LINE) {
232 const int BLANK_LINE = std::numeric_limits<int>::max();
236 if (startLine == BLANK_LINE && endLine == BLANK_LINE) {
262 const int BLANK_LINE = std::numeric_limits<int>::max();
263 int startline = startLine.empty() ? BLANK_LINE : std::stoi(startLine);
264 int endline = endLine.empty() ? BLANK_LINE : std::stoi(endLine);