Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/write_batch_with_index/
Dwrite_batch_with_index_test.cc936 s = batch.GetFromBatch(options, "b", &value); in TEST_F()
948 s = batch.GetFromBatch(options, "b", &value); in TEST_F()
952 s = batch.GetFromBatch(options, "a", &value); in TEST_F()
956 s = batch.GetFromBatch(options, "c", &value); in TEST_F()
959 s = batch.GetFromBatch(options, "d", &value); in TEST_F()
962 s = batch.GetFromBatch(options, "x", &value); in TEST_F()
965 s = batch.GetFromBatch(options, "e", &value); in TEST_F()
971 s = batch.GetFromBatch(options, "z", &value); in TEST_F()
974 s = batch.GetFromBatch(options, "b", &value); in TEST_F()
995 s = batch.GetFromBatch(options, "x", &value); in TEST_F()
[all …]
Dwrite_batch_with_index.cc764 Status WriteBatchWithIndex::GetFromBatch(ColumnFamilyHandle* column_family, in GetFromBatch() function in ROCKSDB_NAMESPACE::WriteBatchWithIndex
772 WriteBatchWithIndexInternal::GetFromBatch( in GetFromBatch()
857 WriteBatchWithIndexInternal::GetFromBatch( in GetFromBatchAndDB()
959 WriteBatchWithIndexInternal::GetFromBatch( in MultiGetFromBatchAndDB()
Dwrite_batch_with_index_internal.h137 static WriteBatchWithIndexInternal::Result GetFromBatch(
Dwrite_batch_with_index_internal.cc154 WriteBatchWithIndexInternal::Result WriteBatchWithIndexInternal::GetFromBatch( in GetFromBatch() function in ROCKSDB_NAMESPACE::WriteBatchWithIndexInternal
/rocksdb-6.9/include/rocksdb/utilities/
Dwrite_batch_with_index.h184 Status GetFromBatch(ColumnFamilyHandle* column_family,
191 Status GetFromBatch(const DBOptions& options, const Slice& key, in GetFromBatch() function
193 return GetFromBatch(nullptr, options, key, value); in GetFromBatch()
/rocksdb-6.9/java/rocksjni/
Dwrite_batch_with_index.cc567 return wbwi->GetFromBatch(*dbopt, key, value); in Java_org_rocksdb_WriteBatchWithIndex_getFromBatch__JJ_3BI()
589 return wbwi->GetFromBatch(cf_handle, *dbopt, key, value); in Java_org_rocksdb_WriteBatchWithIndex_getFromBatch__JJ_3BIJ()
/rocksdb-6.9/db/
Dc.cc1863 Status s = wbwi->rep->GetFromBatch(options->rep, Slice(key, keylen), &tmp); in rocksdb_writebatch_wi_get_from_batch()
1885 Status s = wbwi->rep->GetFromBatch(column_family->rep, options->rep, in rocksdb_writebatch_wi_get_from_batch_cf()