Searched refs:MAX_SPLIT_LINE_NUM (Results 1 – 1 of 1) sorted by relevance
40 const int32_t MAX_SPLIT_LINE_NUM = 12; variable140 if (std::count(line.begin(), line.end(), SPLIT_LINE[0]) > MAX_SPLIT_LINE_NUM) { in IsValidLine()