Searched refs:SetEntryInMemoryData (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/cronet/net/disk_cache/mock/ |
H A D | mock_backend_impl.h | 75 SetEntryInMemoryData,
|
/aosp_15_r20/external/cronet/net/disk_cache/ |
H A D | disk_cache_fuzzer.proto | 77 // SetEntryInMemoryData, CouldBeSparse, ReadyForSparseIO
|
H A D | disk_cache.h | 316 virtual void SetEntryInMemoryData(const std::string& key, uint8_t data);
|
H A D | disk_cache.cc | 444 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 D | simple_index.h | 159 void SetEntryInMemoryData(uint64_t entry_hash, uint8_t value);
|
H A D | simple_backend_impl.h | 133 void SetEntryInMemoryData(const std::string& key, uint8_t data) override;
|
H A D | simple_backend_impl.cc | 658 void SimpleBackendImpl::SetEntryInMemoryData(const std::string& key, in SetEntryInMemoryData() function in disk_cache::SimpleBackendImpl 661 index_->SetEntryInMemoryData(entry_hash, data); in SetEntryInMemoryData()
|
H A D | simple_index.cc | 384 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 D | mock_http_cache.h | 189 void SetEntryInMemoryData(const std::string& key, uint8_t data) override;
|
H A D | mock_http_cache.cc | 648 void MockDiskCache::SetEntryInMemoryData(const std::string& key, uint8_t data) { in SetEntryInMemoryData() function in net::MockDiskCache
|
H A D | http_cache_transaction.cc | 3469 cache_->GetCurrentBackend()->SetEntryInMemoryData( in WriteResponseInfoToEntry()
|