Searched refs:StorageBlock (Results 1 – 6 of 6) sorted by relevance
20 StorageBlock<T>::StorageBlock(MappedFile* file, Addr address) in StorageBlock() function28 template<typename T> StorageBlock<T>::~StorageBlock() { in ~StorageBlock()35 void StorageBlock<T>::CopyFrom(StorageBlock<T>* other) { in CopyFrom()45 template<typename T> void* StorageBlock<T>::buffer() const { in buffer()49 template<typename T> size_t StorageBlock<T>::size() const { in size()55 template<typename T> int StorageBlock<T>::offset() const { in offset()59 template<typename T> bool StorageBlock<T>::LazyInit(MappedFile* file, in LazyInit()74 template<typename T> void StorageBlock<T>::SetData(T* other) { in SetData()80 template<typename T> void StorageBlock<T>::Discard() { in Discard()93 template<typename T> void StorageBlock<T>::StopSharingData() { in StopSharingData()[all …]
35 class StorageBlock : public FileBlock {37 StorageBlock(MappedFile* file, Addr address);39 StorageBlock(const StorageBlock&) = delete;40 StorageBlock& operator=(const StorageBlock&) = delete;42 ~StorageBlock() override;46 void CopyFrom(StorageBlock<T>* other);
29 typedef StorageBlock<EntryStore> CacheEntryBlock;30 typedef StorageBlock<RankingsNode> CacheRankingsBlock;
13 typedef disk_cache::StorageBlock<disk_cache::EntryStore> CacheEntryBlock;
24 typedef StorageBlock<RankingsNode> CacheRankingsBlock;
250 disk_cache::StorageBlock<disk_cache::EntryStore> entry_block(file, address); in LoadEntry()279 disk_cache::StorageBlock<disk_cache::RankingsNode> rank_block(file, address); in LoadRankings()