Searched defs:annotations (Results 1 – 10 of 10) sorted by relevance
14 "annotations": [ array49 "annotations": [ array77 "annotations": [ array102 "annotations": [ array122 "annotations": [ array132 "annotations": [ array147 "annotations": [ array167 "annotations": [ array177 "annotations": [ array187 "annotations": [ array[all …]
89 std::vector<std::string> annotations; member114 std::vector<std::string> annotations; member291 std::vector<std::string> annotations; member318 std::vector<std::string> annotations; member
77 auto annotations = a.ToString(); in DumpAnnotations() local
87 auto annotations = a.ToString(); in DumpAnnotations() local
46 std::vector<std::unique_ptr<AidlAnnotation>> annotations; in Visit() local
91 vector<string> annotations; in get_strict_annotations() local
406 const vector<std::unique_ptr<AidlAnnotation>>& annotations, AidlAnnotation::Type type) { in GetAnnotation()658 string annotations = AidlAnnotatable::ToString(); in ToString() local
1986 std::vector<std::unique_ptr<AidlAnnotation>> annotations; in TEST_F() local
127 const std::vector<Annotation*>& Scope::annotations() const { in annotations() function in android::Scope131 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