Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/disk_cache/simple/
H A Dsimple_index_unittest.cc63 class MockSimpleIndexFile final : public SimpleIndexFile { class
65 explicit MockSimpleIndexFile(net::CacheType cache_type) in MockSimpleIndexFile() function in disk_cache::MockSimpleIndexFile
101 base::WeakPtr<MockSimpleIndexFile> AsWeakPtr() { in AsWeakPtr()
111 base::WeakPtrFactory<MockSimpleIndexFile> weak_ptr_factory_{this};
125 auto index_file = std::make_unique<MockSimpleIndexFile>(CacheType()); in SetUp()
175 const MockSimpleIndexFile* index_file() const { return index_file_.get(); } in index_file()
186 base::WeakPtr<MockSimpleIndexFile> index_file_;