Searched refs:size_total (Results 1 – 1 of 1) sorted by relevance
465 uint32_t size_total = 0; in Write() local468 size_total += x; in Write()498 VLOG(compiler) << "size_total=" << PrettySize(size_total) << " (" << size_total << "B)"; \ in Write()499 CHECK_EQ(file_offset + size_total, static_cast<uint32_t>(out.Seek(0, kSeekCurrent))); in Write()500 CHECK_EQ(size_, size_total); in Write()