Searched refs:GetIntPropertyInternal (Results 1 – 2 of 2) sorted by relevance
| /rocksdb-6.9/db/db_impl/ |
| D | db_impl.cc | 2858 GetIntPropertyInternal(cfd, *property_info, false, &int_value); in GetProperty() 2906 return GetIntPropertyInternal(cfd, *property_info, false, value); in GetIntProperty() 2909 bool DBImpl::GetIntPropertyInternal(ColumnFamilyData* cfd, in GetIntPropertyInternal() function in ROCKSDB_NAMESPACE::DBImpl 2978 if (GetIntPropertyInternal(cfd, *property_info, true, &value)) { in GetAggregatedIntProperty()
|
| D | db_impl.h | 1654 bool GetIntPropertyInternal(ColumnFamilyData* cfd,
|