Home
last modified time | relevance | path

Searched refs:MultiGetWithCallback (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/utilities/write_batch_with_index/
Dwrite_batch_with_index.cc998 ->MultiGetWithCallback(read_options, column_family, callback, in MultiGetFromBatchAndDB()
/rocksdb-6.9/db/db_impl/
Ddb_impl.h226 virtual void MultiGetWithCallback(
Ddb_impl.cc2114 MultiGetWithCallback(read_options, column_family, nullptr, &sorted_keys); in MultiGet()
2117 void DBImpl::MultiGetWithCallback( in MultiGetWithCallback() function in ROCKSDB_NAMESPACE::DBImpl