Searched defs:EntryCell (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/net/disk_cache/blockfile/ | ||
D | index_table_v3.cc | 338 EntryCell::EntryCell() : cell_num_(0), hash_(0), small_table_(false) { in EntryCell() function in disk_cache::EntryCell |
D | index_table_v3_unittest.cc | 148 TEST(DiskCacheIndexTable, EntryCell) { in TEST() argument |