Home
last modified time | relevance | path

Searched defs:entry_hash (Results 1 – 10 of 10) sorted by relevance

/external/cronet/net/disk_cache/simple/
Dpost_doom_waiter.cc29 void SimplePostDoomWaiterTable::OnDoomStart(uint64_t entry_hash) { in OnDoomStart()
35 void SimplePostDoomWaiterTable::OnDoomComplete(uint64_t entry_hash) { in OnDoomComplete()
48 uint64_t entry_hash) { in Find()
Dsimple_index.cc307 base::Time SimpleIndex::GetLastUsedTime(uint64_t entry_hash) { in GetLastUsedTime()
316 void SimpleIndex::SetLastUsedTimeForTest(uint64_t entry_hash, in SetLastUsedTimeForTest()
327 void SimpleIndex::Insert(uint64_t entry_hash) { in Insert()
346 void SimpleIndex::Remove(uint64_t entry_hash) { in Remove()
377 void SimpleIndex::SetEntryInMemoryData(uint64_t entry_hash, uint8_t value) { in SetEntryInMemoryData()
385 bool SimpleIndex::UseIfExists(uint64_t entry_hash) { in UseIfExists()
461 void SimpleIndex::SetTrailerPrefetchSize(uint64_t entry_hash, int32_t size) { in SetTrailerPrefetchSize()
473 bool SimpleIndex::UpdateEntrySize(uint64_t entry_hash, in UpdateEntrySize()
502 uint64_t entry_hash, in InsertInEntrySet()
510 void SimpleIndex::InsertEntryForTesting(uint64_t entry_hash, in InsertEntryForTesting()
[all …]
Dsimple_backend_impl.cc193 int64_t entry_hash, in Create()
199 ActiveEntryProxy(uint64_t entry_hash, SimpleBackendImpl* backend) in ActiveEntryProxy()
294 uint64_t entry_hash) { in OnDoomStart()
313 const uint64_t entry_hash = (*mass_doom_entry_hashes)[i]; in DoomEntries() local
372 const uint64_t entry_hash = simple_util::GetEntryHashKey(key); in OpenEntry() local
407 const uint64_t entry_hash = simple_util::GetEntryHashKey(key); in CreateEntry() local
439 const uint64_t entry_hash = simple_util::GetEntryHashKey(key); in OpenOrCreateEntry() local
469 uint64_t entry_hash, in MaybeOptimisticCreateForPostDoom()
500 const uint64_t entry_hash = simple_util::GetEntryHashKey(key); in DoomEntry() local
591 uint64_t entry_hash = hashes_to_enumerate_->back(); in OpenNextEntryImpl() local
[all …]
Dpost_doom_waiter.h55 bool Has(uint64_t entry_hash) { in Has()
Dsimple_version_upgrade_unittest.cc126 for (uint64_t entry_hash = 0; entry_hash < kEntries; ++entry_hash) { in TEST() local
144 for (uint64_t entry_hash = 0; entry_hash < kEntries; ++entry_hash) { in TEST() local
Dsimple_synchronous_entry.cc344 const uint64_t entry_hash, in OpenEntry()
384 const uint64_t entry_hash, in CreateEntry()
421 const uint64_t entry_hash, in OpenOrCreateEntry()
489 uint64_t entry_hash, in DeleteEntryFiles()
501 uint64_t entry_hash, in DeleteEntryFilesInternal()
565 uint64_t entry_hash, in TruncateEntryFiles()
1172 const uint64_t entry_hash, in SimpleSynchronousEntry()
1770 const uint64_t entry_hash, in DeleteFileForEntryHash()
1781 const uint64_t entry_hash, in DeleteFilesForEntryHash()
1801 const uint64_t entry_hash, in TruncateFilesForEntryHash()
Dsimple_file_tracker.h80 uint64_t entry_hash = 0; member
Dsimple_entry_impl.h99 uint64_t entry_hash() const { return entry_hash_; } in entry_hash() function
Dsimple_entry_impl.cc49 uint64_t entry_hash) { in ComputeIndexState()
129 const uint64_t entry_hash, in SimpleEntryImpl()
/external/clang/tools/scan-build-py/libscanbuild/
Dintercept.py260 def entry_hash(entry): function