Searched refs:GetSelf (Results 1 – 12 of 12) sorted by relevance
| /rocksdb-6.9/util/ |
| D | slice_test.cc | 40 ASSERT_EQ(&buf, v2.GetSelf()); in TEST_F() 45 ASSERT_EQ(&buf, v3.GetSelf()); in TEST_F()
|
| /rocksdb-6.9/table/ |
| D | get_context.cc | 259 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()
|
| D | cleanable_test.cc | 262 std::string* self_str_ptr = value.GetSelf(); in TEST_F()
|
| /rocksdb-6.9/include/rocksdb/utilities/ |
| D | transaction.h | 188 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/ |
| D | write_batch_with_index.cc | 855 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/ |
| D | slice.h | 218 inline std::string* GetSelf() { return buf_; } in GetSelf() function
|
| /rocksdb-6.9/db/db_impl/ |
| D | db_impl_secondary.cc | 343 if (super_version->mem->Get(lkey, pinnable_val->GetSelf(), in GetImpl() 351 lkey, pinnable_val->GetSelf(), /*timestamp=*/nullptr, &s, in GetImpl()
|
| D | db_impl_readonly.cc | 51 if (super_version->mem->Get(lkey, pinnable_val->GetSelf(), in Get()
|
| D | db_impl.cc | 1614 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/ |
| D | memtable.cc | 922 callback, is_blob, iter->value->GetSelf(), iter->timestamp, in MultiGet()
|
| D | version_set.cc | 1861 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/ |
| D | db_bench_tool.cc | 6484 std::string* dat_ = p_slice.GetSelf(); in GetMergeOperands() 6514 std::cout << "List: " << to_print << " : " << *psl.GetSelf() << "\n"; in GetMergeOperands()
|