Lines Matching refs:props
30 TablePropertiesCollection props; in VerifyTableProperties() local
31 ASSERT_OK(db->GetPropertiesOfAllTables(&props)); in VerifyTableProperties()
33 ASSERT_EQ(4U, props.size()); in VerifyTableProperties()
38 for (const auto& item : props) { in VerifyTableProperties()
43 ASSERT_EQ(props.size(), unique_entries.size()); in VerifyTableProperties()
101 TablePropertiesCollection props; in TestGetPropertiesOfTablesInRange() local
103 db_->DefaultColumnFamily(), &ranges[0], ranges.size(), &props)); in TestGetPropertiesOfTablesInRange()
117 EXPECT_GT(props.count(fn), 0); in TestGetPropertiesOfTablesInRange()
121 EXPECT_EQ(props.count(fn), 0); in TestGetPropertiesOfTablesInRange()
126 *num_properties = props.size(); in TestGetPropertiesOfTablesInRange()
132 return props; in TestGetPropertiesOfTablesInRange()