Home
last modified time | relevance | path

Searched refs:CLEAR_RANGE (Results 1 – 8 of 8) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/workloads/
H A DRyowCorrectness.actor.cpp46 CLEAR_RANGE enumerator
123 case Operation::CLEAR_RANGE: in generateOperationSequence()
218 case Operation::CLEAR_RANGE: in applySequenceToStore()
268 else if(op.type == Operation::CLEAR_RANGE) { in applySequenceToDatabase()
297 if(op.type == Operation::SET || op.type == Operation::CLEAR || op.type == Operation::CLEAR_RANGE) in compareResults()
H A DApiCorrectness.actor.cpp36 CLEAR_RANGE enumerator
305 else if(operation == CLEAR_RANGE) { in runRandomTest()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/bindings/java/src/test/com/apple/foundationdb/test/
H A DStackOperation.java36 CLEAR_RANGE, enumConstant
H A DPerformanceTester.java59 CLEAR_RANGE("Java Completable API clear_range throughput"), enumConstant
107 Tests.CLEAR_RANGE.setFunction(db -> clearRange(db, 100_000)); in PerformanceTester()
H A DAsyncStackTester.java154 else if(op == StackOperation.CLEAR_RANGE) {
H A DStackTester.java150 else if(op == StackOperation.CLEAR_RANGE) { in processInstruction()
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Dsong.cpp2723 …enum { PREV_EVENT=0, NEXT_EVENT, ADD_EVENT, CLEAR_EVENT, CLEAR_RANGE, CLEAR_ALL_EVENTS, MIDI_ASSIG… in execAutomationCtlPopup() enumerator
2791 eraseRangeAction->setData(CLEAR_RANGE); in execAutomationCtlPopup()
2853 case CLEAR_RANGE: in execAutomationCtlPopup()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/bindings/bindingtester/spec/
H A DbindingApiTester.md226 #### CLEAR_RANGE (_DATABASE)