Searched defs:total_bytes (Results 1 – 8 of 8) sorted by relevance
187 int64_t total_bytes[kNumDownloadSources] = {}; in TEST_F() local
171 int total_bytes; in GenRustGetter() local
400 size_t total_bytes = page_cache.size() * sizeof(uint64_t); in ReadVmaStats() local
363 int64_t total_bytes = 0; in ReportSuccessfulUpdateMetrics() local
734 int64_t total_bytes = 0; in CollectAndReportSuccessfulUpdateMetrics() local
899 int64_t total_bytes[kNumDownloadSources] = {}; in TEST_F() local
543 size_t total_bytes = 0; in Dump() local
238 void GsiService::StartAsyncOperation(const std::string& step, int64_t total_bytes) { in StartAsyncOperation()