Home
last modified time | relevance | path

Searched defs:KeyContext (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/table/
Dmultiget_context.h20 struct KeyContext { struct
35 KeyContext(ColumnFamilyHandle* col_family, const Slice& user_key, in KeyContext() function
94 MultiGetContext(autovector<KeyContext*, MAX_BATCH_SIZE>* sorted_keys, in MultiGetContext()
/rocksdb-6.9/db/db_impl/
Ddb_impl.cc2055 autovector<KeyContext*, MultiGetContext::MAX_BATCH_SIZE>* sorted_keys) { in PrepareMultiGetKeys()
2120 autovector<KeyContext*, MultiGetContext::MAX_BATCH_SIZE>* sorted_keys) { in MultiGetWithCallback()
2170 autovector<KeyContext*, MultiGetContext::MAX_BATCH_SIZE>* sorted_keys, in MultiGetImpl()