Home
last modified time | relevance | path

Searched refs:GetAnnotations (Results 1 – 3 of 3) sorted by relevance

/system/tools/aidl/
Daidl_apicheck.cpp36 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()
Daidl_language.h179 const vector<AidlAnnotation>& GetAnnotations() const { return annotations_; } in GetAnnotations() function
Daidl_language.cpp638 for (const auto& v : GetAnnotations()) { in CheckValid()