Home
last modified time | relevance | path

Searched refs:noteBatchResponse (Results 1 – 4 of 4) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/s/write_ops/
H A Dbatch_write_op_test.cpp518 batchOp.noteBatchResponse(*it->second, response, NULL); in TEST_F()
560 batchOp.noteBatchResponse(*it->second, response, NULL); in TEST_F()
574 batchOp.noteBatchResponse(*it->second, response, NULL); in TEST_F()
621 batchOp.noteBatchResponse(*it->second, response, NULL); in TEST_F()
688 batchOp.noteBatchResponse(*it->second, response, NULL); in TEST_F()
702 batchOp.noteBatchResponse(*it->second, response, NULL); in TEST_F()
771 batchOp.noteBatchResponse(*it->second, response, NULL); in TEST_F()
817 batchOp.noteBatchResponse(*targetedIt->second, response, NULL); in TEST_F()
825 batchOp.noteBatchResponse(*targetedIt->second, response, NULL); in TEST_F()
878 batchOp.noteBatchResponse(*it->second, response, NULL); in TEST_F()
[all …]
H A Dbatch_write_op.h159 void noteBatchResponse(const TargetedWriteBatch& targetedBatch,
H A Dbatch_write_exec.cpp273 batchOp.noteBatchResponse(*batch, batchedCommandResponse, &trackedErrors); in executeBatch()
H A Dbatch_write_op.cpp482 void BatchWriteOp::noteBatchResponse(const TargetedWriteBatch& targetedBatch, in noteBatchResponse() function in mongo::BatchWriteOp
614 noteBatchResponse(targetedBatch, emulatedResponse, nullptr); in noteBatchError()