Home
last modified time | relevance | path

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

/external/cronet/net/disk_cache/simple/
Dsimple_index_file_unittest.cc140 class V8IndexMetadataForTest : public SimpleIndexFile::IndexMetadata { class
142 V8IndexMetadataForTest(uint64_t entry_count, uint64_t cache_size) in V8IndexMetadataForTest() function in disk_cache::V8IndexMetadataForTest
335 V8IndexMetadataForTest v8_metadata(kNumHashes, 100 * 1024 * 1024); in TEST_F()
378 V8IndexMetadataForTest v8_metadata(kNumHashes, 100 * 1024 * 1024); in TEST_F()
Dsimple_index_file.h82 friend class V8IndexMetadataForTest; variable