Searched refs:augmented_key (Results 1 – 2 of 2) sorted by relevance
663 const std::string& augmented_key) { in MigrateAnnotationInfo() argument664 size_t pos = augmented_key.rfind(kSampleMetadataSeparator); in MigrateAnnotationInfo()667 : base_key + augmented_key.substr(pos); in MigrateAnnotationInfo()671 const std::string& augmented_key) { in GetAnnotationFromKey() argument672 size_t pos = augmented_key.rfind(kSampleMetadataSeparator); in GetAnnotationFromKey()675 : ProfileSampleAnnotation(augmented_key.substr(pos + 1)); in GetAnnotationFromKey()
613 static ProfileSampleAnnotation GetAnnotationFromKey(const std::string& augmented_key);1058 const std::string& augmented_key);