Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/disk_cache/simple/
H A Dsimple_index.cc376 uint8_t SimpleIndex::GetEntryInMemoryData(uint64_t entry_hash) const { in GetEntryInMemoryData() function in disk_cache::SimpleIndex
H A Dsimple_backend_impl.cc653 uint8_t SimpleBackendImpl::GetEntryInMemoryData(const std::string& key) { in GetEntryInMemoryData() function in disk_cache::SimpleBackendImpl
/aosp_15_r20/external/cronet/net/disk_cache/
H A Ddisk_cache.cc440 uint8_t Backend::GetEntryInMemoryData(const std::string& key) { in GetEntryInMemoryData() function in disk_cache::Backend
/aosp_15_r20/external/cronet/net/http/
H A Dmock_http_cache.cc636 uint8_t MockDiskCache::GetEntryInMemoryData(const std::string& key) { in GetEntryInMemoryData() function in net::MockDiskCache