Home
last modified time | relevance | path

Searched refs:PlainInternalKeyComparator (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/db/
Dtable_properties_collector_test.cc349 test::PlainInternalKeyComparator ikc(options.comparator); in TEST_P()
395 test::PlainInternalKeyComparator pikc(options.comparator); in TestInternalKeyPropertiesCollector()
/rocksdb-6.9/test_util/
Dtestutil.h85 class PlainInternalKeyComparator : public InternalKeyComparator {
87 explicit PlainInternalKeyComparator(const Comparator* c) in PlainInternalKeyComparator() function
90 virtual ~PlainInternalKeyComparator() {} in ~PlainInternalKeyComparator()
/rocksdb-6.9/table/
Dtable_test.cc737 new test::PlainInternalKeyComparator(options_.comparator)); in Init()
1062 new test::PlainInternalKeyComparator(comp)); in GetPlainInternalComparator()
1639 ikc.reset(new test::PlainInternalKeyComparator(opt.comparator)); in TEST_P()
3110 ikc.reset(new test::PlainInternalKeyComparator(opt.comparator)); in TEST_P()
3194 ikc.reset(new test::PlainInternalKeyComparator(opt.comparator)); in TEST_P()
3485 test::PlainInternalKeyComparator internal_comparator(options.comparator); in TEST_F()
3521 test::PlainInternalKeyComparator ikc(options.comparator); in DoCompressionTest()