Searched refs:MAX_LINE_SIZE (Results 1 – 2 of 2) sorted by relevance
25 constexpr int MAX_LINE_SIZE = 1024; variable45 if (line.size() > MAX_LINE_SIZE) { in load()
27 #define MAX_LINE_SIZE 1024 macro