Home
last modified time | relevance | path

Searched refs:AnnotationElementVector (Results 1 – 3 of 3) sorted by relevance

/art/dexlayout/
Ddex_ir.h866 using AnnotationElementVector = std::vector<std::unique_ptr<AnnotationElement>>; variable
870 EncodedAnnotation(TypeId* type, AnnotationElementVector* elements) in EncodedAnnotation()
874 AnnotationElementVector* GetAnnotationElements() const { return elements_.get(); } in GetAnnotationElements()
878 std::unique_ptr<AnnotationElementVector> elements_;
Ddex_verify.cc513 dex_ir::AnnotationElementVector* orig_elements = orig->GetAnnotationElements(); in VerifyEncodedAnnotation()
514 dex_ir::AnnotationElementVector* output_elements = output->GetAnnotationElements(); in VerifyEncodedAnnotation()
Ddex_ir.cc297 AnnotationElementVector* elements = new AnnotationElementVector(); in ReadEncodedValue()