Home
last modified time | relevance | path

Searched defs:expected_value (Results 1 – 7 of 7) sorted by relevance

/rocksdb-6.9/tools/block_cache_analyzer/
Dblock_cache_pysim_test.py86 def assert_metrics(cache, expected_value, expected_value_size=1, custom_hashtable=True): argument
128 def test_cache(cache, expected_value, custom_hashtable=True): argument
/rocksdb-6.9/db/
Dperf_context_test.cc300 std::string expected_value = "v" + ToString(i); in ProfileQueries() local
414 std::string expected_value = "v" + ToString(i); in ProfileQueries() local
Ddb_with_timestamp_basic_test.cc137 const Slice& expected_value, in CheckIterUserEntry()
148 const Slice& expected_value, const Slice& expected_ts) { in CheckIterEntry()
Ddb_test_util.h610 void VerifyMatchedCount(size_t expected_value) { in VerifyMatchedCount()
Dcolumn_family_test.cc432 void AssertCountLiveFiles(int expected_value) { in AssertCountLiveFiles()
/rocksdb-6.9/db/blob/
Ddb_blob_index_test.cc255 const Slice& expected_value) { in TEST_F()
/rocksdb-6.9/db_stress_tool/
Ddb_stress_shared_state.h301 uint32_t expected_value = Value(cf, key).load(); in Exists() local