Searched refs:AnnotationElement (Results 1 – 3 of 3) sorted by relevance
71 struct AnnotationElement;254 struct AnnotationElement : public Node { struct265 std::vector<AnnotationElement*> elements; argument378 std::vector<own<AnnotationElement>> annotation_elements;459 void Track(AnnotationElement* p) { PushOwn(annotation_elements, p); } in Track()
275 [](const AnnotationElement* a, const AnnotationElement* b) { in Normalize()
571 auto ir_element = dex_ir_->Alloc<ir::AnnotationElement>(); in ParseAnnotation()