Searched refs:GetFromBatch (Results 1 – 7 of 7) sorted by relevance
| /rocksdb-6.9/utilities/write_batch_with_index/ |
| D | write_batch_with_index_test.cc | 936 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 …]
|
| D | write_batch_with_index.cc | 764 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()
|
| D | write_batch_with_index_internal.h | 137 static WriteBatchWithIndexInternal::Result GetFromBatch(
|
| D | write_batch_with_index_internal.cc | 154 WriteBatchWithIndexInternal::Result WriteBatchWithIndexInternal::GetFromBatch( in GetFromBatch() function in ROCKSDB_NAMESPACE::WriteBatchWithIndexInternal
|
| /rocksdb-6.9/include/rocksdb/utilities/ |
| D | write_batch_with_index.h | 184 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/ |
| D | write_batch_with_index.cc | 567 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/ |
| D | c.cc | 1863 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()
|