Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dtable_properties_collector.cc18 bool* property_present) { in GetUint64Property() argument
21 *property_present = false; in GetUint64Property()
26 *property_present = true; in GetUint64Property()
69 bool* property_present) { in GetMergeOperands() argument
71 props, TablePropertiesNames::kMergeOperands, property_present); in GetMergeOperands()
Dtable_properties_collector_test.cc445 bool property_present; in TestInternalKeyPropertiesCollector() local
446 uint64_t merges = GetMergeOperands(user_collected, &property_present); in TestInternalKeyPropertiesCollector()
447 ASSERT_TRUE(property_present); in TestInternalKeyPropertiesCollector()
/rocksdb-6.9/include/rocksdb/
Dtable_properties.h248 bool* property_present);