Home
last modified time | relevance | path

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

/rocksdb-6.9/db/db_impl/
Ddb_impl.cc2858 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()
Ddb_impl.h1654 bool GetIntPropertyInternal(ColumnFamilyData* cfd,