Searched defs:total_bytes (Results 1 – 7 of 7) sorted by relevance
185 int64_t total_bytes[kNumDownloadSources] = {}; in TEST_F() local
409 int64_t total_bytes = 0; in ReportSuccessfulUpdateMetrics() local
731 int64_t total_bytes = 0; in CollectAndReportSuccessfulUpdateMetrics() local
903 int64_t total_bytes[kNumDownloadSources] = {}; in TEST() local
206 size_t total_bytes = start + bytes; in dump_memory() local
355 size_t total_bytes = page_cache.size() * sizeof(uint64_t); in ReadVmaStats() local
199 void GsiService::StartAsyncOperation(const std::string& step, int64_t total_bytes) { in StartAsyncOperation()