Home
last modified time | relevance | path

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

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/s/write_ops/
H A Dbatch_write_op.h202 void _cancelBatches(const WriteErrorDetail& why, TargetedBatchMap&& batchMapToCancel);
H A Dbatch_write_op.cpp283 _cancelBatches(targetError, std::move(batchMap)); in targetBatch()
775 void BatchWriteOp::_cancelBatches(const WriteErrorDetail& why, in _cancelBatches() function in mongo::BatchWriteOp