Searched refs:num_puts (Results 1 – 2 of 2) sorted by relevance
312 uint32_t num_puts; in TestCustomizedTablePropertiesCollector() local315 ASSERT_TRUE(GetVarint32(&key_puts, &num_puts)); in TestCustomizedTablePropertiesCollector()316 ASSERT_EQ(7u, num_puts); in TestCustomizedTablePropertiesCollector()458 uint32_t num_puts; in TestInternalKeyPropertiesCollector() local461 ASSERT_TRUE(GetVarint32(&key_puts, &num_puts)); in TestInternalKeyPropertiesCollector()462 ASSERT_EQ(3u, num_puts); in TestInternalKeyPropertiesCollector()
318 uint64_t num_puts, uint64_t num_deletes, uint64_t num_merges) in SavePoint()322 num_puts_(num_puts), in SavePoint()