Home | History | Annotate | Download | only in dexlayout

Lines Matching refs:elements_

727       : type_(type), elements_(elements) { }
730 AnnotationElementVector* GetAnnotationElements() const { return elements_.get(); }
734 std::unique_ptr<AnnotationElementVector> elements_;