Searched defs:GetEntryInMemoryData (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/cronet/net/disk_cache/simple/ | ||
H A D | simple_index.cc | 376 uint8_t SimpleIndex::GetEntryInMemoryData(uint64_t entry_hash) const { in GetEntryInMemoryData() function in disk_cache::SimpleIndex |
H A D | simple_backend_impl.cc | 653 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 D | disk_cache.cc | 440 uint8_t Backend::GetEntryInMemoryData(const std::string& key) { in GetEntryInMemoryData() function in disk_cache::Backend |
/aosp_15_r20/external/cronet/net/http/ | ||
H A D | mock_http_cache.cc | 636 uint8_t MockDiskCache::GetEntryInMemoryData(const std::string& key) { in GetEntryInMemoryData() function in net::MockDiskCache |