Home
last modified time | relevance | path

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

/external/cronet/net/disk_cache/simple/
Dsimple_index_file_unittest.cc152 class WrappedSimpleIndexFile : public SimpleIndexFile { class
158 explicit WrappedSimpleIndexFile(const base::FilePath& index_file_directory) in WrappedSimpleIndexFile() function in disk_cache::WrappedSimpleIndexFile
163 ~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 …]
Dsimple_index_file.h117 friend class WrappedSimpleIndexFile;