Home
last modified time | relevance | path

Searched refs:IsSameLengthImmediateSuccessor (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/db/
Dcomparator_db_test.cc452 TEST_P(ComparatorDBTest, IsSameLengthImmediateSuccessor) { in TEST_P() argument
457 ASSERT_FALSE(BytewiseComparator()->IsSameLengthImmediateSuccessor(s, t)); in TEST_P()
462 ASSERT_FALSE(BytewiseComparator()->IsSameLengthImmediateSuccessor(s, t)); in TEST_P()
468 ASSERT_FALSE(BytewiseComparator()->IsSameLengthImmediateSuccessor(s, t)); in TEST_P()
474 ASSERT_FALSE(BytewiseComparator()->IsSameLengthImmediateSuccessor(s, t)); in TEST_P()
479 ASSERT_TRUE(BytewiseComparator()->IsSameLengthImmediateSuccessor(s, t)); in TEST_P()
484 ASSERT_FALSE(BytewiseComparator()->IsSameLengthImmediateSuccessor(s, t)); in TEST_P()
491 ASSERT_TRUE(BytewiseComparator()->IsSameLengthImmediateSuccessor(s, t)); in TEST_P()
498 ASSERT_TRUE(BytewiseComparator()->IsSameLengthImmediateSuccessor(s, t)); in TEST_P()
505 ASSERT_TRUE(BytewiseComparator()->IsSameLengthImmediateSuccessor(s, t)); in TEST_P()
[all …]
/rocksdb-6.9/util/
Duser_comparator_wrapper.h52 bool IsSameLengthImmediateSuccessor(const Slice& s, in IsSameLengthImmediateSuccessor() function
54 return user_comparator_->IsSameLengthImmediateSuccessor(s, t); in IsSameLengthImmediateSuccessor()
Dcomparator.cc98 bool IsSameLengthImmediateSuccessor(const Slice& s, in IsSameLengthImmediateSuccessor() function in ROCKSDB_NAMESPACE::__anondf8571150111::BytewiseComparatorImpl
/rocksdb-6.9/include/rocksdb/
Dcomparator.h90 virtual bool IsSameLengthImmediateSuccessor(const Slice& /*s*/, in IsSameLengthImmediateSuccessor() function
/rocksdb-6.9/table/block_based/
Dfull_filter_block.cc328 !comparator->IsSameLengthImmediateSuccessor(prefix, in IsFilterCompatible()