Home
last modified time | relevance | path

Searched refs:props_guard (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/db/
Dtable_properties_collector_test.cc297 std::unique_ptr<TableProperties> props_guard(props); in TestCustomizedTablePropertiesCollector() local
440 std::unique_ptr<TableProperties> props_guard(props); in TestInternalKeyPropertiesCollector() local
/rocksdb-6.9/table/block_based/
Dblock_based_table_reader.cc791 std::unique_ptr<TableProperties> props_guard; in ReadPropertiesBlock() local
793 props_guard.reset(table_properties); in ReadPropertiesBlock()
803 rep_->table_properties.reset(props_guard.release()); in ReadPropertiesBlock()
/rocksdb-6.9/table/
Dtable_test.cc3379 std::unique_ptr<TableProperties> props_guard(props); in TEST_F() local