Home
last modified time | relevance | path

Searched refs:CreateFromStringId (Results 1 – 7 of 7) sorted by relevance

/rocksdb-6.9/utilities/
Dmerge_operators.h30 static std::shared_ptr<MergeOperator> CreateFromStringId( in CreateFromStringId() function
/rocksdb-6.9/db/
Ddb_iter_test.cc695 options.merge_operator = MergeOperators::CreateFromStringId("stringappend"); in TEST_F()
735 options.merge_operator = MergeOperators::CreateFromStringId("stringappend"); in TEST_F()
1342 options.merge_operator = MergeOperators::CreateFromStringId("stringappend"); in TEST_F()
1370 options.merge_operator = MergeOperators::CreateFromStringId("stringappend"); in TEST_F()
1395 options.merge_operator = MergeOperators::CreateFromStringId("stringappend"); in TEST_F()
1420 options.merge_operator = MergeOperators::CreateFromStringId("stringappend"); in TEST_F()
1449 options.merge_operator = MergeOperators::CreateFromStringId("stringappend"); in TEST_F()
1639 options.merge_operator = MergeOperators::CreateFromStringId("stringappend"); in TEST_F()
1804 options.merge_operator = MergeOperators::CreateFromStringId("stringappend"); in TEST_F()
2200 options.merge_operator = MergeOperators::CreateFromStringId("stringappend"); in TEST_F()
[all …]
Ddb_iter_stress_test.cc420 options.merge_operator = MergeOperators::CreateFromStringId("stringappend"); in TEST_F()
/rocksdb-6.9/utilities/write_batch_with_index/
Dwrite_batch_with_index_test.cc982 options.merge_operator = MergeOperators::CreateFromStringId("stringappend"); in TEST_F()
1030 options.merge_operator = MergeOperators::CreateFromStringId("stringappend"); in TEST_F()
1144 options.merge_operator = MergeOperators::CreateFromStringId("stringappend"); in TEST_F()
1270 options.merge_operator = MergeOperators::CreateFromStringId("stringappend"); in TEST_F()
1318 options.merge_operator = MergeOperators::CreateFromStringId("stringappend"); in TEST_F()
/rocksdb-6.9/utilities/transactions/
Dtransaction_test.h60 options.merge_operator = MergeOperators::CreateFromStringId("stringappend"); in TransactionTestBase()
/rocksdb-6.9/java/rocksjni/
Doptions.cc205 ROCKSDB_NAMESPACE::MergeOperators::CreateFromStringId(op_name); in Java_org_rocksdb_Options_setMergeOperatorName()
3427 ROCKSDB_NAMESPACE::MergeOperators::CreateFromStringId(op_name); in Java_org_rocksdb_ColumnFamilyOptions_setMergeOperatorName()
/rocksdb-6.9/tools/
Ddb_bench_tool.cc3940 options.merge_operator = MergeOperators::CreateFromStringId( in InitializeOptionsFromFlags()