Searched refs:V8IndexMetadataForTest (Results 1 – 2 of 2) sorted by relevance
140 class V8IndexMetadataForTest : public SimpleIndexFile::IndexMetadata { class142 V8IndexMetadataForTest(uint64_t entry_count, uint64_t cache_size) in V8IndexMetadataForTest() function in disk_cache::V8IndexMetadataForTest335 V8IndexMetadataForTest v8_metadata(kNumHashes, 100 * 1024 * 1024); in TEST_F()378 V8IndexMetadataForTest v8_metadata(kNumHashes, 100 * 1024 * 1024); in TEST_F()
82 friend class V8IndexMetadataForTest; variable