Lines Matching refs:MultiGetContext
1968 autovector<KeyContext, MultiGetContext::MAX_BATCH_SIZE> key_context; in MultiGet()
1969 autovector<KeyContext*, MultiGetContext::MAX_BATCH_SIZE> sorted_keys; in MultiGet()
1980 autovector<MultiGetColumnFamilyData, MultiGetContext::MAX_BATCH_SIZE> in MultiGet()
2000 MultiGetContext::MAX_BATCH_SIZE>::iterator&)> in MultiGet()
2003 MultiGetContext::MAX_BATCH_SIZE>::iterator& cf_iter) { in MultiGet()
2009 autovector<MultiGetColumnFamilyData, MultiGetContext::MAX_BATCH_SIZE>>( in MultiGet()
2055 autovector<KeyContext*, MultiGetContext::MAX_BATCH_SIZE>* sorted_keys) { in PrepareMultiGetKeys()
2102 autovector<KeyContext, MultiGetContext::MAX_BATCH_SIZE> key_context; in MultiGet()
2103 autovector<KeyContext*, MultiGetContext::MAX_BATCH_SIZE> sorted_keys; in MultiGet()
2120 autovector<KeyContext*, MultiGetContext::MAX_BATCH_SIZE>* sorted_keys) { in MultiGetWithCallback()
2170 autovector<KeyContext*, MultiGetContext::MAX_BATCH_SIZE>* sorted_keys, in MultiGetImpl()
2182 size_t batch_size = (keys_left > MultiGetContext::MAX_BATCH_SIZE) in MultiGetImpl()
2183 ? MultiGetContext::MAX_BATCH_SIZE in MultiGetImpl()
2185 MultiGetContext ctx(sorted_keys, start_key + num_keys - keys_left, in MultiGetImpl()