Home
last modified time | relevance | path

Searched refs:GetSelf (Results 1 – 12 of 12) sorted by relevance

/rocksdb-6.9/util/
Dslice_test.cc40 ASSERT_EQ(&buf, v2.GetSelf()); in TEST_F()
45 ASSERT_EQ(&buf, v3.GetSelf()); in TEST_F()
/rocksdb-6.9/table/
Dget_context.cc259 merge_context_->GetOperands(), pinnable_val_->GetSelf(), in SaveValue()
299 merge_context_->GetOperands(), pinnable_val_->GetSelf(), in SaveValue()
327 merge_context_->GetOperands(), pinnable_val_->GetSelf(), in SaveValue()
Dcleanable_test.cc262 std::string* self_str_ptr = value.GetSelf(); in TEST_F()
/rocksdb-6.9/include/rocksdb/utilities/
Dtransaction.h188 auto s = Get(options, column_family, key, pinnable_val->GetSelf()); in Get()
198 auto s = Get(options, key, pinnable_val->GetSelf()); in Get()
272 pinnable_val->GetSelf(), exclusive, do_validate);
/rocksdb-6.9/utilities/write_batch_with_index/
Dwrite_batch_with_index.cc855 std::string& batch_value = *pinnable_val->GetSelf(); in GetFromBatchAndDB()
917 *pinnable_val->GetSelf() = std::move(merge_result); in GetFromBatchAndDB()
956 std::string& batch_value = *pinnable_val->GetSelf(); in MultiGetFromBatchAndDB()
1027 merge_result.second.GetOperands(), key.value->GetSelf(), logger, in MultiGetFromBatchAndDB()
/rocksdb-6.9/include/rocksdb/
Dslice.h218 inline std::string* GetSelf() { return buf_; } in GetSelf() function
/rocksdb-6.9/db/db_impl/
Ddb_impl_secondary.cc343 if (super_version->mem->Get(lkey, pinnable_val->GetSelf(), in GetImpl()
351 lkey, pinnable_val->GetSelf(), /*timestamp=*/nullptr, &s, in GetImpl()
Ddb_impl_readonly.cc51 if (super_version->mem->Get(lkey, pinnable_val->GetSelf(), in Get()
Ddb_impl.cc1614 if (sv->mem->Get(lkey, get_impl_options.value->GetSelf(), timestamp, &s, in GetImpl()
1622 sv->imm->Get(lkey, get_impl_options.value->GetSelf(), in GetImpl()
/rocksdb-6.9/db/
Dmemtable.cc922 callback, is_blob, iter->value->GetSelf(), iter->timestamp, in MultiGet()
Dversion_set.cc1861 std::string* str_value = value != nullptr ? value->GetSelf() : nullptr; in Get()
2043 iter->value != nullptr ? iter->value->GetSelf() : nullptr; in MultiGet()
/rocksdb-6.9/tools/
Ddb_bench_tool.cc6484 std::string* dat_ = p_slice.GetSelf(); in GetMergeOperands()
6514 std::cout << "List: " << to_print << " : " << *psl.GetSelf() << "\n"; in GetMergeOperands()