Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir.h848 using AnnotationElementVector = std::vector<std::unique_ptr<AnnotationElement>>; variable
852 EncodedAnnotation(TypeId* type, AnnotationElementVector* elements) in EncodedAnnotation()
856 AnnotationElementVector* GetAnnotationElements() const { return elements_.get(); } in GetAnnotationElements()
860 std::unique_ptr<AnnotationElementVector> elements_;
Ddex_verify.cc526 dex_ir::AnnotationElementVector* orig_elements = orig->GetAnnotationElements(); in VerifyEncodedAnnotation()
527 dex_ir::AnnotationElementVector* output_elements = output->GetAnnotationElements(); in VerifyEncodedAnnotation()
Ddex_ir_builder.cc1202 AnnotationElementVector* elements = new AnnotationElementVector(); in ReadEncodedValue()