Home
last modified time | relevance | path

Searched refs:hashes_to_enumerate_ (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/net/disk_cache/simple/
H A Dsimple_backend_impl.cc598 if (!hashes_to_enumerate_) in OpenNextEntryImpl()
599 hashes_to_enumerate_ = backend_->index()->GetAllHashes(); in OpenNextEntryImpl()
601 while (!hashes_to_enumerate_->empty()) { in OpenNextEntryImpl()
602 uint64_t entry_hash = hashes_to_enumerate_->back(); in OpenNextEntryImpl()
603 hashes_to_enumerate_->pop_back(); in OpenNextEntryImpl()
634 std::unique_ptr<std::vector<uint64_t>> hashes_to_enumerate_; member in disk_cache::SimpleBackendImpl::SimpleIterator