Searched defs:annotations (Results 1 – 6 of 6) sorted by relevance
89 std::vector<std::string> annotations; member114 std::vector<std::string> annotations; member294 std::vector<std::string> annotations; member321 std::vector<std::string> annotations; member
57 set<AidlAnnotation> annotations; in get_strict_annotations() local
249 static const AidlAnnotation* GetAnnotation(const vector<AidlAnnotation>& annotations, in GetAnnotation()400 string annotations = AidlAnnotatable::ToString(); in Signature() local
225 void Annotate(vector<AidlAnnotation>&& annotations) { in Annotate()
111 const std::vector<Annotation*>& Scope::annotations() const { in annotations() function in android::Scope115 void Scope::setAnnotations(std::vector<Annotation*>* annotations) { in setAnnotations()
37 std::vector<Annotation*>* annotations, const Location& location) in Method()73 const std::vector<Annotation *> &Method::annotations() const { in annotations() function in android::Method