Home
last modified time | relevance | path

Searched refs:equal (Results 1 – 25 of 520) sorted by relevance

12345678910>>...21

/rocksdb-6.9/tools/rdb/
Dunit_test.js53 assert.equal(a.get(1), null)
54 assert.equal(a.get(['a']), null)
57 assert.equal(a.get(1, 1), null)
59 assert.equal(a.put(1), false)
63 assert.equal(a.put(1, 1), false)
73 assert.equal(a.get(), null)
74 assert.equal(a.get('a'), null)
76 assert.equal(a.put(), false)
77 assert.equal(a.put('a'), false)
92 assert.equal(a.get('b'), null)
[all …]
/rocksdb-6.9/docs/_posts/
D2018-08-23-data-block-hash-index.markdown64 …hash values. This assumes the comparator will not treat different keys as equal if they have diffe…
66equal. However, some specially crafted comparators will do. For example, say, a `StringToIntCompar…
75 …the behavior of the comparator. If a comparator can regard different keys equal, the function retu…
77 …e, one should 1) have a comparator that can never treat different keys as equal; and 2) override t…
D2015-07-23-dynamic-level.markdown23 … we compact all the data all to the last level, the size of level will be equal as the size of las…
/rocksdb-6.9/cache/
Dclock_cache.cc243 static bool equal(const CacheKey& a, const CacheKey& b) { in equal() function
/rocksdb-6.9/CMakeFiles/rocksdb-shared.dir/util/
Dcompaction_job_stats_impl.cc.o.d154 /usr/include/c++/v1/__algorithm/equal.h \
/rocksdb-6.9/CMakeFiles/rocksdb.dir/util/
Dcompaction_job_stats_impl.cc.o.d154 /usr/include/c++/v1/__algorithm/equal.h \
/rocksdb-6.9/CMakeFiles/rocksdb-shared.dir/db/blob/
Dblob_file_meta.cc.o.d158 /usr/include/c++/v1/__algorithm/equal.h \
/rocksdb-6.9/CMakeFiles/rocksdb-shared.dir/utilities/table_properties_collectors/
Dcompact_on_deletion_collector.cc.o.d162 /usr/include/c++/v1/__algorithm/equal.h \
/rocksdb-6.9/CMakeFiles/rocksdb.dir/utilities/transactions/
Dtransaction_db_mutex_impl.cc.o.d157 /usr/include/c++/v1/__algorithm/equal.h \
/rocksdb-6.9/CMakeFiles/rocksdb-shared.dir/utilities/merge_operators/
Dput.cc.o.d157 /usr/include/c++/v1/__algorithm/equal.h \
Dmax.cc.o.d156 /usr/include/c++/v1/__algorithm/equal.h \
Dsortlist.cc.o.d155 /usr/include/c++/v1/__algorithm/equal.h \
/rocksdb-6.9/CMakeFiles/rocksdb.dir/utilities/merge_operators/
Dput.cc.o.d157 /usr/include/c++/v1/__algorithm/equal.h \
Dmax.cc.o.d156 /usr/include/c++/v1/__algorithm/equal.h \
/rocksdb-6.9/CMakeFiles/rocksdb.dir/env/
Denv_chroot.cc.o.d154 /usr/include/c++/v1/__algorithm/equal.h \
/rocksdb-6.9/CMakeFiles/rocksdb-shared.dir/utilities/transactions/
Dtransaction_db_mutex_impl.cc.o.d157 /usr/include/c++/v1/__algorithm/equal.h \
/rocksdb-6.9/CMakeFiles/rocksdb.dir/db/
Dwrite_controller.cc.o.d162 /usr/include/c++/v1/__algorithm/equal.h \
Dwrite_batch_base.cc.o.d156 /usr/include/c++/v1/__algorithm/equal.h \
/rocksdb-6.9/CMakeFiles/rocksdb-shared.dir/cache/
Dclock_cache.cc.o.d157 /usr/include/c++/v1/__algorithm/equal.h \
/rocksdb-6.9/CMakeFiles/rocksdb-shared.dir/db/
Dmerge_operator.cc.o.d154 /usr/include/c++/v1/__algorithm/equal.h \
Dmalloc_stats.cc.o.d154 /usr/include/c++/v1/__algorithm/equal.h \
/rocksdb-6.9/CMakeFiles/rocksdb-shared.dir/monitoring/
Dhistogram_windowing.cc.o.d162 /usr/include/c++/v1/__algorithm/equal.h \
/rocksdb-6.9/CMakeFiles/rocksdb.dir/utilities/table_properties_collectors/
Dcompact_on_deletion_collector.cc.o.d162 /usr/include/c++/v1/__algorithm/equal.h \
/rocksdb-6.9/CMakeFiles/rocksdb.dir/utilities/merge_operators/string_append/
Dstringappend2.cc.o.d154 /usr/include/c++/v1/__algorithm/equal.h \
/rocksdb-6.9/CMakeFiles/rocksdb.dir/utilities/compaction_filters/
Dremove_emptyvalue_compactionfilter.cc.o.d153 /usr/include/c++/v1/__algorithm/equal.h \

12345678910>>...21