Searched refs:bytes_last_progress_ (Results 1 – 2 of 2) sorted by relevance
49 bytes_parsed_ = bytes_last_progress_ = 0; in Parse()75 if (eof_ || bytes_parsed_ - bytes_last_progress_ > kProgressUpdateBytes) { in MaybePrintProgress()76 bytes_last_progress_ = bytes_parsed_; in MaybePrintProgress()
95 size_t bytes_last_progress_ = 0; variable