Home | History | Annotate | Download | only in dexlayout

Lines Matching refs:EncodedAnnotation

44 class EncodedAnnotation;
660 void SetEncodedAnnotation(EncodedAnnotation* encoded_annotation)
678 EncodedAnnotation* GetEncodedAnnotation() const { return encoded_annotation_.get(); }
680 EncodedAnnotation* ReleaseEncodedAnnotation() { return encoded_annotation_.release(); }
701 std::unique_ptr<EncodedAnnotation> encoded_annotation_;
724 class EncodedAnnotation {
726 EncodedAnnotation(TypeId* type, AnnotationElementVector* elements)
736 DISALLOW_COPY_AND_ASSIGN(EncodedAnnotation);
1018 AnnotationItem(uint8_t visibility, EncodedAnnotation* annotation)
1022 EncodedAnnotation* GetAnnotation() const { return annotation_.get(); }
1028 std::unique_ptr<EncodedAnnotation> annotation_;