Lines Matching refs:AnnotationSetRefList
41 class AnnotationSetRefList; variable
103 virtual void Dispatch(AnnotationSetRefList* annotation_set_ref_list) = 0;
478 CollectionVector<AnnotationSetRefList>& AnnotationSetRefLists() { in AnnotationSetRefLists()
481 const CollectionVector<AnnotationSetRefList>& AnnotationSetRefLists() const { in AnnotationSetRefLists()
571 IndexedCollectionVector<AnnotationSetRefList> annotation_set_ref_lists_;
1148 class AnnotationSetRefList : public Item {
1150 explicit AnnotationSetRefList(std::vector<AnnotationSetItem*>* items) : items_(items) { in AnnotationSetRefList() function
1153 ~AnnotationSetRefList() override { } in ~AnnotationSetRefList()
1162 DISALLOW_COPY_AND_ASSIGN(AnnotationSetRefList);
1201 ParameterAnnotation(MethodId* method_id, AnnotationSetRefList* annotations) in ParameterAnnotation()
1205 AnnotationSetRefList* GetAnnotations() { return annotations_; } in GetAnnotations()
1209 AnnotationSetRefList* annotations_;