Searched refs:GetEntryInMemoryData (Results 1 – 11 of 11) sorted by relevance
71 GetEntryInMemoryData,
76 // Not included: GetStats, CalculateSizesOf, GetEntryInMemoryData,
315 virtual uint8_t GetEntryInMemoryData(const std::string& key);
440 uint8_t Backend::GetEntryInMemoryData(const std::string& key) { in GetEntryInMemoryData() function in disk_cache::Backend
158 uint8_t GetEntryInMemoryData(uint64_t entry_hash) const;
132 uint8_t GetEntryInMemoryData(const std::string& key) override;
653 uint8_t SimpleBackendImpl::GetEntryInMemoryData(const std::string& key) { in GetEntryInMemoryData() function in disk_cache::SimpleBackendImpl655 return index_->GetEntryInMemoryData(entry_hash); in GetEntryInMemoryData()
376 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;
636 uint8_t MockDiskCache::GetEntryInMemoryData(const std::string& key) { in GetEntryInMemoryData() function in net::MockDiskCache
1189 cache_->GetCurrentBackend()->GetEntryInMemoryData(cache_key_); in DoOpenOrCreateEntry()