Searched refs:GetAnnotations (Results 1 – 3 of 3) sorted by relevance
36 set<AidlAnnotation> olderAnnotations(older.GetAnnotations().begin(), in have_compatible_annotations()37 older.GetAnnotations().end()); in have_compatible_annotations()38 set<AidlAnnotation> newerAnnotations(newer.GetAnnotations().begin(), in have_compatible_annotations()39 newer.GetAnnotations().end()); in have_compatible_annotations()
179 const vector<AidlAnnotation>& GetAnnotations() const { return annotations_; } in GetAnnotations() function
638 for (const auto& v : GetAnnotations()) { in CheckValid()