Lines Matching refs:props
1262 Status Version::GetPropertiesOfAllTables(TablePropertiesCollection* props) { in GetPropertiesOfAllTables() argument
1265 s = GetPropertiesOfAllTables(props, level); in GetPropertiesOfAllTables()
1328 Status Version::GetPropertiesOfAllTables(TablePropertiesCollection* props, in GetPropertiesOfAllTables() argument
1339 props->insert({fname, table_properties}); in GetPropertiesOfAllTables()
1349 const Range* range, std::size_t n, TablePropertiesCollection* props) const { in GetPropertiesOfTablesInRange()
1362 if (props->count(fname) == 0) { in GetPropertiesOfTablesInRange()
1368 props->insert({fname, table_properties}); in GetPropertiesOfTablesInRange()
1382 TablePropertiesCollection props; in GetAggregatedTableProperties() local
1385 s = GetPropertiesOfAllTables(&props); in GetAggregatedTableProperties()
1387 s = GetPropertiesOfAllTables(&props, level); in GetAggregatedTableProperties()
1394 for (const auto& item : props) { in GetAggregatedTableProperties()