Searched defs:BlockFileHeader (Results 1 - 3 of 3) sorted by relevance

/external/chromium/net/disk_cache/
H A Ddisk_format.cc15 BlockFileHeader::BlockFileHeader() { function in class:disk_cache::BlockFileHeader
16 memset(this, 0, sizeof(BlockFileHeader));
H A Ddisk_format.h176 struct BlockFileHeader { struct in namespace:disk_cache
177 BlockFileHeader();
193 COMPILE_ASSERT(sizeof(BlockFileHeader) == kBlockHeaderSize, bad_header);
/external/chromium_org/net/disk_cache/
H A Ddisk_format_base.h48 struct BlockFileHeader { struct in namespace:disk_cache
63 COMPILE_ASSERT(sizeof(BlockFileHeader) == kBlockHeaderSize, bad_header);

Completed in 617 milliseconds