Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Ddb_table_properties_test.cc94 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()
[all …]
/rocksdb-6.9/monitoring/
Dthread_status_impl.cc89 int num_properties; in InterpretOperationProperties() local
92 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()