Searched refs:num_properties (Results 1 – 2 of 2) sorted by relevance
94 std::vector<Range> ranges, std::size_t* num_properties, in TestGetPropertiesOfTablesInRange() argument125 if (num_properties) { in TestGetPropertiesOfTablesInRange()126 *num_properties = props.size(); in TestGetPropertiesOfTablesInRange()174 std::size_t num_properties, num_files; in TEST_F() local178 &num_properties, &num_files); in TEST_F()179 ASSERT_EQ(num_properties, num_files); in TEST_F()185 &num_properties, &num_files); in TEST_F()187 ASSERT_EQ(num_properties, 0); in TEST_F()193 &num_properties, &num_files); in TEST_F()195 ASSERT_GT(num_files, num_properties); in TEST_F()[all …]
89 int num_properties; in InterpretOperationProperties() local92 num_properties = NUM_COMPACTION_PROPERTIES; in InterpretOperationProperties()95 num_properties = NUM_FLUSH_PROPERTIES; in InterpretOperationProperties()98 num_properties = 0; in InterpretOperationProperties()102 for (int i = 0; i < num_properties; ++i) { in InterpretOperationProperties()