Home
last modified time | relevance | path

Searched defs:EntryCell (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
Dindex_table_v3.cc338 EntryCell::EntryCell() : cell_num_(0), hash_(0), small_table_(false) { in EntryCell() function in disk_cache::EntryCell
342 EntryCell::EntryCell(int32 cell_num, in EntryCell() function in disk_cache::EntryCell
366 EntryCell::EntryCell(int32 cell_num, in EntryCell() function in disk_cache::EntryCell
Dindex_table_v3_unittest.cc148 TEST(DiskCacheIndexTable, EntryCell) { in TEST() argument