Searched refs:AnnotationSection (Results 1 – 4 of 4) sorted by relevance
29 class AnnotationSection; variable47 virtual void visit(AnnotationSection *) = 0;67 virtual void visit(AnnotationSection *a);
35 class AnnotationSection; variable235 std::unique_ptr<AnnotationSection> mAnnotations;340 class AnnotationSection : public Entity {342 AnnotationSection();343 AnnotationSection(Builder *b);345 virtual ~AnnotationSection() {} in ~AnnotationSection()
35 void DoNothingVisitor::visit(AnnotationSection *a) { a->accept(this); } in visit()
138 mAnnotations.reset(Deserialize<AnnotationSection>(IS)); in DeserializeInternal()163 mAnnotations.reset(new AnnotationSection()); in initialize()559 AnnotationSection::AnnotationSection() : mAnnotationsDeleter(mAnnotations) {} in AnnotationSection() function in android::spirit::AnnotationSection561 AnnotationSection::AnnotationSection(Builder *b) in AnnotationSection() function in android::spirit::AnnotationSection564 bool AnnotationSection::DeserializeInternal(InputWordStream &IS) { in DeserializeInternal()