Home
last modified time | relevance | path

Searched defs:SetEntryInMemoryData (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/net/disk_cache/simple/
H A Dsimple_index.cc384 void SimpleIndex::SetEntryInMemoryData(uint64_t entry_hash, uint8_t value) { in SetEntryInMemoryData() function in disk_cache::SimpleIndex
H A Dsimple_backend_impl.cc658 void SimpleBackendImpl::SetEntryInMemoryData(const std::string& key, in SetEntryInMemoryData() function in disk_cache::SimpleBackendImpl
/aosp_15_r20/external/cronet/net/disk_cache/
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/http/
H A Dmock_http_cache.cc648 void MockDiskCache::SetEntryInMemoryData(const std::string& key, uint8_t data) { in SetEntryInMemoryData() function in net::MockDiskCache