Home
last modified time | relevance | path

Searched refs:StripTimestampFromUserKey (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/db/
Dmemtable.cc535 bloom_filter_->Add(StripTimestampFromUserKey(key, ts_sz)); in Add()
571 bloom_filter_->AddConcurrently(StripTimestampFromUserKey(key, ts_sz)); in Add()
810 bloom_filter_->MayContain(StripTimestampFromUserKey(user_key, ts_sz)); in Get()
Ddb_with_timestamp_basic_test.cc84 Slice lhs = a_has_ts ? StripTimestampFromUserKey(a, timestamp_size()) : a; in CompareWithoutTimestamp()
85 Slice rhs = b_has_ts ? StripTimestampFromUserKey(b, timestamp_size()) : b; in CompareWithoutTimestamp()
Ddbformat.h167 inline Slice StripTimestampFromUserKey(const Slice& user_key, size_t ts_sz) { in StripTimestampFromUserKey() function
/rocksdb-6.9/table/block_based/
Dblock_based_table_reader.cc2076 Slice user_key_without_ts = StripTimestampFromUserKey(user_key, ts_sz); in FullFilterKeyMayMatch()