Searched refs:AnnotationElementVector (Results 1 – 3 of 3) sorted by relevance
848 using AnnotationElementVector = std::vector<std::unique_ptr<AnnotationElement>>; variable852 EncodedAnnotation(TypeId* type, AnnotationElementVector* elements) in EncodedAnnotation()856 AnnotationElementVector* GetAnnotationElements() const { return elements_.get(); } in GetAnnotationElements()860 std::unique_ptr<AnnotationElementVector> elements_;
526 dex_ir::AnnotationElementVector* orig_elements = orig->GetAnnotationElements(); in VerifyEncodedAnnotation()527 dex_ir::AnnotationElementVector* output_elements = output->GetAnnotationElements(); in VerifyEncodedAnnotation()
1202 AnnotationElementVector* elements = new AnnotationElementVector(); in ReadEncodedValue()