Lines Matching defs:annotations_
198 return annotations_;
203 annotations_ = std::forward<std::vector<AnnotationData>>(annotations);
208 annotations_.insert(annotations_.end(), annotations.begin(), annotations.end());
213 auto annotation_iter = std::find_if(annotations_.begin(), annotations_.end(),
217 if (annotation_iter != annotations_.end()) {
224 auto annotation_iter = std::find_if(annotations_.begin(), annotations_.end(),
228 if (annotation_iter != annotations_.end()) {
229 (void)annotations_.erase(annotation_iter);
235 auto annotation_iter = std::find_if(annotations_.begin(), annotations_.end(),
239 if (annotation_iter != annotations_.end()) {
246 ASSERT(anno_idx < annotations_.size());
247 annotations_[anno_idx].SetOrAddElementByIndex(ele_idx, std::forward<AnnotationElement>(element));
467 annotation_builder_.AddAnnnotationDataToVector(&annotations_);
504 std::vector<AnnotationData> annotations_;