Searched refs:vec_annotations (Results 1 – 3 of 3) sorted by relevance
152 const std::vector<std::string>& vec_annotations) { in AppendAnnotations() argument153 annotations_.insert(annotations_.end(), vec_annotations.begin(), in AppendAnnotations()154 vec_annotations.end()); in AppendAnnotations()