Home
last modified time | relevance | path

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

/external/cronet/net/disk_cache/mock/
Dmock_backend_impl.h71 GetEntryInMemoryData,
/external/cronet/net/disk_cache/
Ddisk_cache_fuzzer.proto76 // Not included: GetStats, CalculateSizesOf, GetEntryInMemoryData,
Ddisk_cache.h310 virtual uint8_t GetEntryInMemoryData(const std::string& key);
Ddisk_cache.cc437 uint8_t Backend::GetEntryInMemoryData(const std::string& key) { in GetEntryInMemoryData() function in disk_cache::Backend
/external/cronet/net/disk_cache/simple/
Dsimple_index.h157 uint8_t GetEntryInMemoryData(uint64_t entry_hash) const;
Dsimple_backend_impl.h131 uint8_t GetEntryInMemoryData(const std::string& key) override;
Dsimple_backend_impl.cc642 uint8_t SimpleBackendImpl::GetEntryInMemoryData(const std::string& key) { in GetEntryInMemoryData() function in disk_cache::SimpleBackendImpl
644 return index_->GetEntryInMemoryData(entry_hash); in GetEntryInMemoryData()
Dsimple_index.cc369 uint8_t SimpleIndex::GetEntryInMemoryData(uint64_t entry_hash) const { in GetEntryInMemoryData() function in disk_cache::SimpleIndex
/external/cronet/net/http/
Dmock_http_cache.h188 uint8_t GetEntryInMemoryData(const std::string& key) override;
Dmock_http_cache.cc593 uint8_t MockDiskCache::GetEntryInMemoryData(const std::string& key) { in GetEntryInMemoryData() function in net::MockDiskCache
Dhttp_cache_transaction.cc1189 cache_->GetCurrentBackend()->GetEntryInMemoryData(cache_key_); in DoOpenOrCreateEntry()