Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir.h1215 field_annotations_(field_annotations), in AnnotationsDirectoryItem()
1220 FieldAnnotationVector* GetFieldAnnotations() { return field_annotations_.get(); } in GetFieldAnnotations()
1228 std::unique_ptr<FieldAnnotationVector> field_annotations_; // This can be nullptr. variable