HomeSort by relevance Sort by last modified time
    Searched defs:StorageBlock (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/disk_cache/blockfile/
storage_block.h 22 // StorageBlock<TypeA> a(file, address);
23 // StorageBlock<TypeB> b(file, address);
31 class StorageBlock : public FileBlock {
33 StorageBlock(MappedFile* file, Addr address);
34 virtual ~StorageBlock();
92 DISALLOW_COPY_AND_ASSIGN(StorageBlock);
storage_block-inl.h 16 template<typename T> StorageBlock<T>::StorageBlock(MappedFile* file,
25 template<typename T> StorageBlock<T>::~StorageBlock() {
31 template<typename T> void* StorageBlock<T>::buffer() const {
35 template<typename T> size_t StorageBlock<T>::size() const {
41 template<typename T> int StorageBlock<T>::offset() const {
45 template<typename T> bool StorageBlock<T>::LazyInit(MappedFile* file,
60 template<typename T> void StorageBlock<T>::SetData(T* other) {
66 template<typename T> void StorageBlock<T>::Discard()
    [all...]

Completed in 573 milliseconds