Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/disk_cache/simple/
H A Dsimple_entry_impl.cc1027 if (stream_1_prefetch_data_) { in ReadDataInternal()
1029 ReadFromBuffer(stream_1_prefetch_data_.get(), offset, buf_len, buf); in ReadDataInternal()
1128 stream_1_prefetch_data_ = nullptr; in WriteDataInternal()
1430 stream_1_prefetch_data_ = prefetched.data; in CreationOperationComplete()
H A Dsimple_entry_impl.h447 scoped_refptr<net::GrowableIOBuffer> stream_1_prefetch_data_; variable