Home
last modified time | relevance | path

Searched refs:expected_count (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/db/
Ddb_with_timestamp_basic_test.cc210 size_t expected_count = kMaxKey - start_keys[i] + 1; in TEST_F() local
211 ASSERT_EQ(expected_count, count); in TEST_F()
Ddb_test.cc4075 int expected_count) { in VerifyOperationCount() argument
4084 ASSERT_EQ(op_count, expected_count); in VerifyOperationCount()