Searched defs:annotations (Results 1 – 7 of 7) sorted by relevance
170 fun annotations(): List<TokenGrammar> { in annotations() method
109 const std::vector<Annotation*>& Scope::annotations() const { in annotations() function in android::Scope113 void Scope::setAnnotations(std::vector<Annotation*>* annotations) { in setAnnotations()
32 std::vector<Annotation*>* annotations, const Location& location) in Method()68 const std::vector<Annotation *> &Method::annotations() const { in annotations() function in android::Method
49 val annotations: List<AnnotationParser> get() = interfaceEntry.annotationParsers //name, value constant
116 std::vector<std::string> annotations; member298 std::vector<std::string> annotations; member326 std::vector<std::string> annotations; member
104 static bool HasAnnotation(const vector<AidlAnnotation>& annotations, const string& name) { in HasAnnotation()179 string annotations = AidlAnnotatable::ToString(); in Signature() local
171 void Annotate(vector<AidlAnnotation>&& annotations) { annotations_ = std::move(annotations); } in Annotate()