Searched defs:SetEntryInMemoryData (Results 1 – 4 of 4) sorted by relevance
| /external/cronet/net/disk_cache/simple/ | ||
| D | simple_index.cc | 377 void SimpleIndex::SetEntryInMemoryData(uint64_t entry_hash, uint8_t value) { in SetEntryInMemoryData() function in disk_cache::SimpleIndex |
| D | simple_backend_impl.cc | 647 void SimpleBackendImpl::SetEntryInMemoryData(const std::string& key, in SetEntryInMemoryData() function in disk_cache::SimpleBackendImpl |
| /external/cronet/net/disk_cache/ | ||
| D | disk_cache.cc | 441 void Backend::SetEntryInMemoryData(const std::string& key, uint8_t data) {} in SetEntryInMemoryData() function in disk_cache::Backend |
| /external/cronet/net/http/ | ||
| D | mock_http_cache.cc | 603 void MockDiskCache::SetEntryInMemoryData(const std::string& key, uint8_t data) { in SetEntryInMemoryData() function in net::MockDiskCache |