Home
last modified time | relevance | path

Searched defs:CouldBeSparse (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/net/disk_cache/blockfile/
H A Dsparse_control.cc236 bool SparseControl::CouldBeSparse() const { in CouldBeSparse() function in disk_cache::SparseControl
H A Dentry_impl.cc889 bool EntryImpl::CouldBeSparse() const { in CouldBeSparse() function in disk_cache::EntryImpl
/aosp_15_r20/external/cronet/net/disk_cache/memory/
H A Dmem_entry_impl.cc271 bool MemEntryImpl::CouldBeSparse() const { in CouldBeSparse() function in disk_cache::MemEntryImpl
/aosp_15_r20/external/cronet/net/http/
H A Dmock_http_cache.cc305 bool MockDiskEntry::CouldBeSparse() const { in CouldBeSparse() function in net::MockDiskEntry
/aosp_15_r20/external/cronet/net/disk_cache/simple/
H A Dsimple_entry_impl.cc584 bool SimpleEntryImpl::CouldBeSparse() const { in CouldBeSparse() function in disk_cache::SimpleEntryImpl
/aosp_15_r20/external/cronet/net/disk_cache/
H A Dentry_unittest.cc1983 void DiskCacheEntryTest::CouldBeSparse() { in CouldBeSparse() function in DiskCacheEntryTest
2019 TEST_F(DiskCacheEntryTest, CouldBeSparse) { in TEST_F() argument