Searched refs:limitMax (Results 1 – 1 of 1) sorted by relevance
54 static constexpr int limitMax{8}; in TEST() local55 static char buffer[limitMax]; in TEST()57 for (std::size_t limit{0}; limit < limitMax; ++limit, offset = 0) { in TEST()