Home
last modified time | relevance | path

Searched refs:IndexCell (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
Dindex_table_v3.h74 IndexCell* cell,
76 void SerializaForTest(IndexCell* destination);
86 const IndexCell& cell,
99 void Serialize(IndexCell* destination) const;
103 IndexCell cell_;
249 void MoveSingleCell(IndexCell* current_cell, int cell_num,
251 void HandleMisplacedCell(IndexCell* current_cell, int cell_num,
255 uint32 GetLocation(const IndexCell& cell);
256 uint32 GetHashValue(const IndexCell& cell);
257 uint32 GetFullHash(const IndexCell& cell, uint32 lower_part);
[all …]
Dindex_table_v3.cc20 using disk_cache::IndexCell;
63 uint32 GetCellLocation(const IndexCell& cell) { in GetCellLocation()
67 uint32 GetCellSmallTableLocation(const IndexCell& cell) { in GetCellSmallTableLocation()
71 uint32 GetCellId(const IndexCell& cell) { in GetCellId()
75 uint32 GetCellSmallTableId(const IndexCell& cell) { in GetCellSmallTableId()
80 int GetCellTimestamp(const IndexCell& cell) { in GetCellTimestamp()
84 int GetCellReuse(const IndexCell& cell) { in GetCellReuse()
88 int GetCellState(const IndexCell& cell) { in GetCellState()
92 int GetCellGroup(const IndexCell& cell) { in GetCellGroup()
96 int GetCellSum(const IndexCell& cell) { in GetCellSum()
[all …]
Ddisk_format_v3.h124 struct IndexCell { struct
186 COMPILE_ASSERT(sizeof(IndexCell) == 9, bad_IndexCell); argument
190 IndexCell cells[kCellsPerBucket];
Dindex_table_v3_unittest.cc13 using disk_cache::IndexCell;
19 int GetChecksum(const IndexCell& source) { in GetChecksum()
22 IndexCell* cell = const_cast<IndexCell*>(&source); in GetChecksum()
25 IndexCell result; in GetChecksum()
181 IndexCell cell; in TEST()
209 IndexCell source; in TEST()