Lines Matching refs:KeyContext
1968 autovector<KeyContext, MultiGetContext::MAX_BATCH_SIZE> key_context; in MultiGet()
1969 autovector<KeyContext*, MultiGetContext::MAX_BATCH_SIZE> sorted_keys; in MultiGet()
1985 KeyContext* key_ctx = sorted_keys[i]; in MultiGet()
2028 inline bool operator()(const KeyContext* lhs, const KeyContext* rhs) { in operator ()()
2055 autovector<KeyContext*, MultiGetContext::MAX_BATCH_SIZE>* sorted_keys) { in PrepareMultiGetKeys() argument
2060 KeyContext* lhs = (*sorted_keys)[index - 1]; in PrepareMultiGetKeys()
2061 KeyContext* rhs = (*sorted_keys)[index]; 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() argument
2170 autovector<KeyContext*, MultiGetContext::MAX_BATCH_SIZE>* sorted_keys, in MultiGetImpl() argument
2225 KeyContext* key = (*sorted_keys)[i]; in MultiGetImpl()