Searched refs:expected_value (Results 1 – 8 of 8) sorted by relevance
| /rocksdb-6.9/tools/block_cache_analyzer/ |
| D | block_cache_pysim_test.py | 88 expected_value[0], cache.used_size 93 expected_value[1], cache.miss_ratio_stats.num_accesses 96 cache.miss_ratio_stats.num_misses == expected_value[2] 98 expected_value[2], cache.miss_ratio_stats.num_misses 100 assert len(cache.table) == len(expected_value[3]) + len( 101 expected_value[4] 103 len(expected_value[3]) + len(expected_value[4]), cache.table.elements 105 for expeceted_k in expected_value[3]: 111 expeceted_k, expected_value, cache.table 114 for expeceted_k in expected_value[4]: [all …]
|
| /rocksdb-6.9/db_stress_tool/ |
| D | db_stress_shared_state.h | 301 uint32_t expected_value = Value(cf, key).load(); in Exists() local 302 return expected_value != DELETION_SENTINEL; in Exists()
|
| /rocksdb-6.9/db/ |
| D | perf_context_test.cc | 300 std::string expected_value = "v" + ToString(i); in ProfileQueries() local 308 ASSERT_EQ(expected_value, value); in ProfileQueries() 414 std::string expected_value = "v" + ToString(i); in ProfileQueries() local 422 ASSERT_EQ(expected_value, value); in ProfileQueries()
|
| D | db_with_timestamp_basic_test.cc | 137 const Slice& expected_value, in CheckIterUserEntry() argument 142 ASSERT_EQ(expected_value, it->value()); in CheckIterUserEntry() 148 const Slice& expected_value, const Slice& expected_ts) { in CheckIterEntry() argument 159 ASSERT_EQ(expected_value, it->value()); in CheckIterEntry()
|
| D | db_test_util.h | 610 void VerifyMatchedCount(size_t expected_value) { in VerifyMatchedCount() argument 611 ASSERT_EQ(matched_count_, expected_value); in VerifyMatchedCount()
|
| D | column_family_test.cc | 432 void AssertCountLiveFiles(int expected_value) { in AssertCountLiveFiles() argument 434 ASSERT_EQ(expected_value, CountLiveFiles()); in AssertCountLiveFiles() 436 (void) expected_value; in AssertCountLiveFiles()
|
| /rocksdb-6.9/db/blob/ |
| D | db_blob_index_test.cc | 255 const Slice& expected_value) { in TEST_F() argument 259 ASSERT_EQ(expected_value, iterator->value()); in TEST_F()
|
| /rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/ |
| D | gtest.h | 8096 const std::string& expected_value,
|