Lines Matching refs:current_key_
156 current_key_.UpdateInternalKey(ikey_.sequence, ikey_.type); in Next()
157 key_ = current_key_.GetInternalKey(); in Next()
158 ikey_.user_key = current_key_.GetUserKey(); in Next()
223 current_key_.UpdateInternalKey(ikey_.sequence, kTypeDeletion); in InvokeFilterIfNeeded()
257 key_ = current_key_.SetInternalKey(key_); in NextFromInput()
288 key_ = current_key_.SetInternalKey(key_, &ikey_); in NextFromInput()
307 current_key_.UpdateInternalKey(ikey_.sequence, ikey_.type); in NextFromInput()
308 key_ = current_key_.GetInternalKey(); in NextFromInput()
309 ikey_.user_key = current_key_.GetUserKey(); in NextFromInput()
598 current_key_.UpdateInternalKey(ikey_.sequence, ikey_.type); in NextFromInput()
599 key_ = current_key_.GetInternalKey(); in NextFromInput()
600 ikey_.user_key = current_key_.GetUserKey(); in NextFromInput()
682 current_key_.UpdateInternalKey(0, ikey_.type); in PrepareOutput()