Home
last modified time | relevance | path

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

/external/cronet/net/disk_cache/mock/
Dmock_entry_impl.h62 MOCK_METHOD(bool, CouldBeSparse, (), (const, override));
/external/cronet/net/disk_cache/blockfile/
Dsparse_control.h60 bool CouldBeSparse() const;
Dentry_impl.h201 bool CouldBeSparse() const override;
Dentry_impl.cc935 bool EntryImpl::CouldBeSparse() const { in CouldBeSparse() function in disk_cache::EntryImpl
940 return sparse->CouldBeSparse(); in CouldBeSparse()
Dsparse_control.cc236 bool SparseControl::CouldBeSparse() const { in CouldBeSparse() function in disk_cache::SparseControl
/external/cronet/net/disk_cache/memory/
Dmem_entry_impl.h137 bool CouldBeSparse() const override;
Dmem_entry_impl.cc271 bool MemEntryImpl::CouldBeSparse() const { in CouldBeSparse() function in disk_cache::MemEntryImpl
/external/cronet/net/disk_cache/
Ddisk_cache_fuzzer.proto77 // SetEntryInMemoryData, CouldBeSparse, ReadyForSparseIO
Ddisk_cache.h457 virtual bool CouldBeSparse() const = 0;
Dentry_unittest.cc82 void CouldBeSparse();
2027 void DiskCacheEntryTest::CouldBeSparse() { in CouldBeSparse() function in DiskCacheEntryTest
2039 EXPECT_TRUE(entry->CouldBeSparse()); in CouldBeSparse()
2043 EXPECT_TRUE(entry->CouldBeSparse()); in CouldBeSparse()
2049 EXPECT_FALSE(entry->CouldBeSparse()); in CouldBeSparse()
2055 EXPECT_FALSE(entry->CouldBeSparse()); in CouldBeSparse()
2059 EXPECT_FALSE(entry->CouldBeSparse()); in CouldBeSparse()
2063 TEST_F(DiskCacheEntryTest, CouldBeSparse) { in TEST_F() argument
2065 CouldBeSparse(); in TEST_F()
2071 CouldBeSparse(); in TEST_F()
/external/cronet/net/disk_cache/simple/
Dsimple_entry_impl.h144 bool CouldBeSparse() const override;
Dsimple_entry_impl.cc580 bool SimpleEntryImpl::CouldBeSparse() const { in CouldBeSparse() function in disk_cache::SimpleEntryImpl
/external/cronet/net/http/
Dpartial_data.cc255 return entry->CouldBeSparse(); in UpdateFromStoredHeaders()
Dmock_http_cache.h86 bool CouldBeSparse() const override;
Dmock_http_cache.cc280 bool MockDiskEntry::CouldBeSparse() const { in CouldBeSparse() function in net::MockDiskEntry