Searched refs:augmented_key (Results 1 – 2 of 2) sorted by relevance
510 static ProfileSampleAnnotation GetAnnotationFromKey(const std::string& augmented_key);941 const std::string& augmented_key);
193 const std::string& augmented_key) { in MigrateAnnotationInfo() argument194 size_t pos = augmented_key.rfind(kSampleMetadataSeparator); in MigrateAnnotationInfo()197 : base_key + augmented_key.substr(pos); in MigrateAnnotationInfo()201 const std::string& augmented_key) { in GetAnnotationFromKey() argument202 size_t pos = augmented_key.rfind(kSampleMetadataSeparator); in GetAnnotationFromKey()205 : ProfileSampleAnnotation(augmented_key.substr(pos + 1)); in GetAnnotationFromKey()