Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/disk_cache/mock/
H A Dmock_backend_impl.h75 SetEntryInMemoryData,
/aosp_15_r20/external/cronet/net/disk_cache/
H A Ddisk_cache_fuzzer.proto77 // SetEntryInMemoryData, CouldBeSparse, ReadyForSparseIO
H A Ddisk_cache.h316 virtual void SetEntryInMemoryData(const std::string& key, uint8_t data);
H A Ddisk_cache.cc444 void Backend::SetEntryInMemoryData(const std::string& key, uint8_t data) {} in SetEntryInMemoryData() function in disk_cache::Backend
/aosp_15_r20/external/cronet/net/disk_cache/simple/
H A Dsimple_index.h159 void SetEntryInMemoryData(uint64_t entry_hash, uint8_t value);
H A Dsimple_backend_impl.h133 void SetEntryInMemoryData(const std::string& key, uint8_t data) override;
H A Dsimple_backend_impl.cc658 void SimpleBackendImpl::SetEntryInMemoryData(const std::string& key, in SetEntryInMemoryData() function in disk_cache::SimpleBackendImpl
661 index_->SetEntryInMemoryData(entry_hash, data); in SetEntryInMemoryData()
H A Dsimple_index.cc384 void SimpleIndex::SetEntryInMemoryData(uint64_t entry_hash, uint8_t value) { in SetEntryInMemoryData() function in disk_cache::SimpleIndex
/aosp_15_r20/external/cronet/net/http/
H A Dmock_http_cache.h189 void SetEntryInMemoryData(const std::string& key, uint8_t data) override;
H A Dmock_http_cache.cc648 void MockDiskCache::SetEntryInMemoryData(const std::string& key, uint8_t data) { in SetEntryInMemoryData() function in net::MockDiskCache
H A Dhttp_cache_transaction.cc3469 cache_->GetCurrentBackend()->SetEntryInMemoryData( in WriteResponseInfoToEntry()