Searched defs:total_bytes (Results 1 – 3 of 3) sorted by relevance
216 int64_t total_bytes[kNumDownloadSources] = {}; in TEST_F() local
399 size_t total_bytes = page_cache.size() * sizeof(uint64_t); in ReadVmaStats() local
261 void GsiService::StartAsyncOperation(const std::string& step, int64_t total_bytes) { in StartAsyncOperation()