Lines Matching refs:user_comparator_
46 user_comparator_(cmp), in DBIter()
84 assert(timestamp_size_ == user_comparator_.timestamp_size()); in DBIter()
226 user_comparator_.CompareWithoutTimestamp( in FindNextUserEntryInternal()
230 user_comparator_.CompareWithoutTimestamp( in FindNextUserEntryInternal()
258 user_comparator_.CompareWithoutTimestamp( in FindNextUserEntryInternal()
264 user_comparator_.CompareWithoutTimestamp( in FindNextUserEntryInternal()
371 int cmp = user_comparator_.CompareWithoutTimestamp( in FindNextUserEntryInternal()
475 if (!user_comparator_.Equal(ikey.user_key, saved_key_.GetUserKey())) { in MergeValuesNewToOld()
608 if (user_comparator_.Compare(ikey.user_key, saved_key_.GetUserKey()) >= 0) { in ReverseToForward()
672 user_comparator_.Compare(saved_key_.GetUserKey(), in PrevInternal()
675 user_comparator_.Compare(saved_key_.GetUserKey(), in PrevInternal()
743 !user_comparator_.Equal(ikey.user_key, saved_key_.GetUserKey())) { in FindValueForCurrentKey()
905 if (!user_comparator_.Equal(ikey.user_key, saved_key_.GetUserKey())) { in FindValueForCurrentKeyUsingSeek()
962 if (!user_comparator_.Equal(ikey.user_key, saved_key_.GetUserKey())) { in FindValueForCurrentKeyUsingSeek()
1044 if (user_comparator_.Compare(ikey.user_key, saved_key_.GetUserKey()) < 0) { in FindUserKeyBeforeSavedKey()
1107 ? user_comparator_.CompareTimestamp(ts, *timestamp_ub_) in IsVisible()
1127 user_comparator_.CompareWithoutTimestamp( in SetSavedKeyToSeekTarget()
1145 user_comparator_.Compare(saved_key_.GetUserKey(), in SetSavedKeyToSeekForPrevTarget()
1333 if (Valid() && user_comparator_.Equal(*iterate_upper_bound_, key())) { in SeekToLast()