Searched refs:kProgressUpdateBytes (Results 1 – 1 of 1) sorted by relevance
35 constexpr size_t kProgressUpdateBytes = 50 * 1000 * 1000; variable75 if (eof_ || bytes_parsed_ - bytes_last_progress_ > kProgressUpdateBytes) { in MaybePrintProgress()