Searched refs:ENTRY_USED (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Ddisk_format_v3.h110 ENTRY_USED // The slot is in use (entry is present). enumerator in enum:disk_cache::EntryState
112 COMPILE_ASSERT(ENTRY_USED <= 7, state_uses_3_bits);
121 COMPILE_ASSERT(ENTRY_USED <= 7, group_uses_3_bits);
H A Dindex_table_v3_unittest.cc198 state = disk_cache::ENTRY_USED;
360 index.SetSate(hash, entries[2].address, disk_cache::ENTRY_USED);
361 index.SetSate(hash, entries[3].address, disk_cache::ENTRY_USED);
362 index.SetSate(hash, entries[4].address, disk_cache::ENTRY_USED);
H A Dindex_table_v3.cc172 if (GetCellState(cell) > disk_cache::ENTRY_USED ||
698 DCHECK_EQ(old_state, ENTRY_USED);
707 case ENTRY_USED:

Completed in 600 milliseconds