Searched refs:use_optimistic_operations_ (Results 1 – 2 of 2) sorted by relevance
143 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()
378 const bool use_optimistic_operations_; variable