Lines Matching refs:num_properties
52 std::vector<Range> ranges, std::size_t* num_properties = nullptr,
94 std::vector<Range> ranges, std::size_t* num_properties, in TestGetPropertiesOfTablesInRange() argument
125 if (num_properties) { in TestGetPropertiesOfTablesInRange()
126 *num_properties = props.size(); in TestGetPropertiesOfTablesInRange()
174 std::size_t num_properties, num_files; in TEST_F() local
178 &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()
196 ASSERT_GT(num_properties, 0); in TEST_F()