Searched refs:augmented_key (Results 1 – 2 of 2) sorted by relevance
569 static ProfileSampleAnnotation GetAnnotationFromKey(const std::string& augmented_key);950 const std::string& augmented_key);
646 const std::string& augmented_key) { in MigrateAnnotationInfo() argument647 size_t pos = augmented_key.rfind(kSampleMetadataSeparator); in MigrateAnnotationInfo()650 : base_key + augmented_key.substr(pos); in MigrateAnnotationInfo()654 const std::string& augmented_key) { in GetAnnotationFromKey() argument655 size_t pos = augmented_key.rfind(kSampleMetadataSeparator); in GetAnnotationFromKey()658 : ProfileSampleAnnotation(augmented_key.substr(pos + 1)); in GetAnnotationFromKey()