Searched refs:CouldBeSparse (Results 1 – 15 of 15) sorted by relevance
62 MOCK_METHOD(bool, CouldBeSparse, (), (const, override));
60 bool CouldBeSparse() const;
201 bool CouldBeSparse() const override;
935 bool EntryImpl::CouldBeSparse() const { in CouldBeSparse() function in disk_cache::EntryImpl940 return sparse->CouldBeSparse(); in CouldBeSparse()
236 bool SparseControl::CouldBeSparse() const { in CouldBeSparse() function in disk_cache::SparseControl
137 bool CouldBeSparse() const override;
271 bool MemEntryImpl::CouldBeSparse() const { in CouldBeSparse() function in disk_cache::MemEntryImpl
77 // SetEntryInMemoryData, CouldBeSparse, ReadyForSparseIO
457 virtual bool CouldBeSparse() const = 0;
82 void CouldBeSparse();2027 void DiskCacheEntryTest::CouldBeSparse() { in CouldBeSparse() function in DiskCacheEntryTest2039 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() argument2065 CouldBeSparse(); in TEST_F()2071 CouldBeSparse(); in TEST_F()
144 bool CouldBeSparse() const override;
580 bool SimpleEntryImpl::CouldBeSparse() const { in CouldBeSparse() function in disk_cache::SimpleEntryImpl
255 return entry->CouldBeSparse(); in UpdateFromStoredHeaders()
86 bool CouldBeSparse() const override;
280 bool MockDiskEntry::CouldBeSparse() const { in CouldBeSparse() function in net::MockDiskEntry