Home
last modified time | relevance | path

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

/external/chromium_org/net/disk_cache/blockfile/
Dindex_table_v3_unittest.cc50 class TestCacheTables { class
54 explicit TestCacheTables(int num_entries);
55 ~TestCacheTables() {} in ~TestCacheTables()
58 void CopyFrom(const TestCacheTables& other);
68 DISALLOW_COPY_AND_ASSIGN(TestCacheTables);
71 TestCacheTables::TestCacheTables(int num_entries) { in TestCacheTables() function in __anon03afec390111::TestCacheTables
103 void TestCacheTables::GetInitData(IndexTableInitData* result) { in GetInitData()
119 void TestCacheTables::CopyFrom(const TestCacheTables& other) { in CopyFrom()
267 TestCacheTables cache(1024); in TEST()
329 TestCacheTables cache(1024); in TEST()
[all …]