Home
last modified time | relevance | path

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

/external/cronet/net/disk_cache/simple/
Dsimple_index.cc261 auto ret_hashes = std::make_unique<HashList>(); in GetEntriesBetween() local
266 ret_hashes->push_back(entry.first); in GetEntriesBetween()
268 return ret_hashes; in GetEntriesBetween()