Searched refs:ExternalSstFilePropertyNames (Results 1 – 6 of 6) sorted by relevance
16 struct ExternalSstFilePropertyNames { struct50 properties->insert({ExternalSstFilePropertyNames::kVersion, version_val}); in Finish()55 properties->insert({ExternalSstFilePropertyNames::kGlobalSeqno, seqno_val}); in Finish()65 return {{ExternalSstFilePropertyNames::kVersion, ToString(version_)}}; in GetReadableProperties()
20 const std::string ExternalSstFilePropertyNames::kVersion =22 const std::string ExternalSstFilePropertyNames::kGlobalSeqno =
95 user_properties.count(ExternalSstFilePropertyNames::kGlobalSeqno)); in CheckFile()
4102 user_props[ExternalSstFilePropertyNames::kVersion].c_str()); in TEST_P()4104 user_props[ExternalSstFilePropertyNames::kGlobalSeqno].c_str()); in TEST_P()4106 props->properties_offsets[ExternalSstFilePropertyNames::kGlobalSeqno]; in TEST_P()
410 auto version_iter = uprops.find(ExternalSstFilePropertyNames::kVersion); in GetIngestedFileInfo()416 auto seqno_iter = uprops.find(ExternalSstFilePropertyNames::kGlobalSeqno); in GetIngestedFileInfo()427 ExternalSstFilePropertyNames::kGlobalSeqno); in GetIngestedFileInfo()
480 const auto version_pos = props.find(ExternalSstFilePropertyNames::kVersion); in GetGlobalSequenceNumber()481 const auto seqno_pos = props.find(ExternalSstFilePropertyNames::kGlobalSeqno); in GetGlobalSequenceNumber()751 ExternalSstFilePropertyNames::kGlobalSeqno); in TryReadPropertiesWithGlobalSeqno()