Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Ddb_test.cc4076 int op_count = 0; in VerifyOperationCount() local
4081 op_count++; in VerifyOperationCount()
4084 ASSERT_EQ(op_count, expected_count); in VerifyOperationCount()