Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/disk_cache/simple/
H A Dsimple_entry_impl.cc143 use_optimistic_operations_(operations_mode == OPTIMISTIC_OPERATIONS), in SimpleEntryImpl()
202 if (use_optimistic_operations_ && in CreateEntry()
248 if (index_state == INDEX_MISS && use_optimistic_operations_ && in OpenOrCreateEntry()
473 (use_optimistic_operations_ && state_ == STATE_READY && in WriteData()
H A Dsimple_entry_impl.h378 const bool use_optimistic_operations_; variable