Home
last modified time | relevance | path

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

/external/chromium_org/net/disk_cache/blockfile/
Dindex_table_v3.h76 void SerializaForTest(IndexCell* destination);
Dindex_table_v3_unittest.cc26 entry.SerializaForTest(&result); in GetChecksum()
182 entry.SerializaForTest(&cell); in TEST()
Dindex_table_v3.cc333 void EntryCell::SerializaForTest(IndexCell* destination) { in SerializaForTest() function in disk_cache::EntryCell