Searched defs:elements_ (Results 1 - 1 of 1) sorted by relevance

/art/dexlayout/
H A Ddex_ir.h871 : type_(type), elements_(elements) { }
874 AnnotationElementVector* GetAnnotationElements() const { return elements_.get(); }
878 std::unique_ptr<AnnotationElementVector> elements_; member in class:art::dex_ir::EncodedAnnotation

Completed in 45 milliseconds