Searched refs:AnnotationElement (Results 1 – 3 of 3) sorted by relevance
72 struct AnnotationElement;265 struct AnnotationElement : public Node { struct276 std::vector<AnnotationElement*> elements; argument390 std::vector<own<AnnotationElement>> annotation_elements;474 void Track(AnnotationElement* p) { PushOwn(annotation_elements, p); } in Track()
283 [](const AnnotationElement* a, const AnnotationElement* b) { in Normalize()
612 auto ir_element = dex_ir_->Alloc<ir::AnnotationElement>(); in ParseAnnotation()