Lines Matching full:annotationsetreflist
37 class AnnotationSetRefList;
98 virtual void Dispatch(AnnotationSetRefList* annotation_set_ref_list) = 0;
186 std::map<uint32_t, std::unique_ptr<AnnotationSetRefList>>& AnnotationSetRefLists()
328 const DexFile::AnnotationSetRefList* annotation_set_ref_list, uint32_t offset);
345 CollectionMap<AnnotationSetRefList> annotation_set_ref_lists_;
1049 class AnnotationSetRefList : public Item {
1051 explicit AnnotationSetRefList(std::vector<AnnotationSetItem*>* items) : items_(items) {
1054 ~AnnotationSetRefList() OVERRIDE { }
1063 DISALLOW_COPY_AND_ASSIGN(AnnotationSetRefList);
1102 ParameterAnnotation(MethodId* method_id, AnnotationSetRefList* annotations)
1106 AnnotationSetRefList* GetAnnotations() { return annotations_; }
1110 AnnotationSetRefList* annotations_;