Searched refs:GetEntryInMemoryData (Results 1 – 11 of 11) sorted by relevance
71 GetEntryInMemoryData,
76 // Not included: GetStats, CalculateSizesOf, GetEntryInMemoryData,
310 virtual uint8_t GetEntryInMemoryData(const std::string& key);
437 uint8_t Backend::GetEntryInMemoryData(const std::string& key) { in GetEntryInMemoryData() function in disk_cache::Backend
157 uint8_t GetEntryInMemoryData(uint64_t entry_hash) const;
131 uint8_t GetEntryInMemoryData(const std::string& key) override;
642 uint8_t SimpleBackendImpl::GetEntryInMemoryData(const std::string& key) { in GetEntryInMemoryData() function in disk_cache::SimpleBackendImpl644 return index_->GetEntryInMemoryData(entry_hash); in GetEntryInMemoryData()
369 uint8_t SimpleIndex::GetEntryInMemoryData(uint64_t entry_hash) const { in GetEntryInMemoryData() function in disk_cache::SimpleIndex
188 uint8_t GetEntryInMemoryData(const std::string& key) override;
593 uint8_t MockDiskCache::GetEntryInMemoryData(const std::string& key) { in GetEntryInMemoryData() function in net::MockDiskCache
1189 cache_->GetCurrentBackend()->GetEntryInMemoryData(cache_key_); in DoOpenOrCreateEntry()