Searched refs:kVersion (Results 1 – 5 of 5) sorted by relevance
18 static const std::string kVersion; member50 properties->insert({ExternalSstFilePropertyNames::kVersion, version_val}); in Finish()65 return {{ExternalSstFilePropertyNames::kVersion, ToString(version_)}}; in GetReadableProperties()
20 const std::string ExternalSstFilePropertyNames::kVersion = member in ROCKSDB_NAMESPACE::ExternalSstFilePropertyNames
4102 user_props[ExternalSstFilePropertyNames::kVersion].c_str()); in TEST_P()
410 auto version_iter = uprops.find(ExternalSstFilePropertyNames::kVersion); in GetIngestedFileInfo()
480 const auto version_pos = props.find(ExternalSstFilePropertyNames::kVersion); in GetGlobalSequenceNumber()