Home
last modified time | relevance | path

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

/external/chromium_org/net/disk_cache/blockfile/
Dindex_table_v3.cc326 EntryCell entry_cell(cell_num, hash, *cell, small_table); in GetEntryCellForTest() local
327 return entry_cell; in GetEntryCellForTest()
599 EntryCell entry_cell(cell_num, hash, *current_cell, small_table_); in LookupEntries() local
600 CheckState(entry_cell); in LookupEntries()
601 if (entry_cell.GetState() != ENTRY_DELETED) { in LookupEntries()
602 entries.cells.push_back(entry_cell); in LookupEntries()
603 if (entry_cell.GetGroup() == ENTRY_EVICTED) in LookupEntries()
651 EntryCell entry_cell(cell_num, hash, address, small_table_); in CreateEntryCell() local
653 entry_cell.SetGroup(ENTRY_EVICTED); in CreateEntryCell()
655 entry_cell.SetGroup(ENTRY_NO_USE); in CreateEntryCell()
[all …]