Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Ddex_ir.h71 struct AnnotationElement;
254 struct AnnotationElement : public Node { struct
265 std::vector<AnnotationElement*> elements; argument
378 std::vector<own<AnnotationElement>> annotation_elements;
459 void Track(AnnotationElement* p) { PushOwn(annotation_elements, p); } in Track()
/tools/dexter/slicer/
Ddex_ir.cc275 [](const AnnotationElement* a, const AnnotationElement* b) { in Normalize()
Dreader.cc571 auto ir_element = dex_ir_->Alloc<ir::AnnotationElement>(); in ParseAnnotation()