Searched refs:size_total (Results 1 – 1 of 1) sorted by relevance
924 uint32_t size_total = 0; in Write() local927 size_total += x; in Write()962 VLOG(compiler) << "size_total=" << PrettySize(size_total) << " (" << size_total << "B)"; \ in Write()963 CHECK_EQ(file_offset + size_total, static_cast<uint32_t>(out->Seek(0, kSeekCurrent))); in Write()964 CHECK_EQ(size_, size_total); in Write()