Searched refs:WrappedSimpleIndexFile (Results 1 – 2 of 2) sorted by relevance
152 class WrappedSimpleIndexFile : public SimpleIndexFile { class158 explicit WrappedSimpleIndexFile(const base::FilePath& index_file_directory) in WrappedSimpleIndexFile() function in disk_cache::WrappedSimpleIndexFile163 ~WrappedSimpleIndexFile() override = default;220 std::unique_ptr<base::Pickle> pickle = WrappedSimpleIndexFile::Serialize( in TEST_F()224 WrappedSimpleIndexFile::SerializeFinalData(now, pickle.get()); in TEST_F()227 WrappedSimpleIndexFile::Deserialize( in TEST_F()260 std::unique_ptr<base::Pickle> pickle = WrappedSimpleIndexFile::Serialize( in TEST_F()264 WrappedSimpleIndexFile::SerializeFinalData(now, pickle.get()); in TEST_F()267 WrappedSimpleIndexFile::Deserialize( in TEST_F()303 WrappedSimpleIndexFile::Serialize(net::DISK_CACHE, v7_metadata, entries); in TEST_F()[all …]
117 friend class WrappedSimpleIndexFile;