Searched refs:AnnotationElementVector (Results 1 – 3 of 3) sorted by relevance
866 using AnnotationElementVector = std::vector<std::unique_ptr<AnnotationElement>>; variable870 EncodedAnnotation(TypeId* type, AnnotationElementVector* elements) in EncodedAnnotation()874 AnnotationElementVector* GetAnnotationElements() const { return elements_.get(); } in GetAnnotationElements()878 std::unique_ptr<AnnotationElementVector> elements_;
513 dex_ir::AnnotationElementVector* orig_elements = orig->GetAnnotationElements(); in VerifyEncodedAnnotation()514 dex_ir::AnnotationElementVector* output_elements = output->GetAnnotationElements(); in VerifyEncodedAnnotation()
297 AnnotationElementVector* elements = new AnnotationElementVector(); in ReadEncodedValue()