Searched refs:readEnd (Results 1 – 1 of 1) sorted by relevance
281 const auto readEnd = nextRead + read; in forEachLine() local282 auto chunk = std::string_view{nextLine, size_t(readEnd - nextLine)}; in forEachLine()292 const auto remainingSize = readEnd - chunk.end(); in forEachLine()