Searched refs:FieldAnnotationsItem (Results 1 – 3 of 3) sorted by relevance
369 auto dex_field_annotation = reinterpret_cast<const dex::FieldAnnotationsItem*>(*pptr); in ParseFieldAnnotation()378 *pptr += sizeof(dex::FieldAnnotationsItem); in ParseFieldAnnotation()
701 std::vector<dex::FieldAnnotationsItem> dex_field_annotations; in WriteClassAnnotations()706 dex::FieldAnnotationsItem dex_item = {}; in WriteClassAnnotations()
262 struct FieldAnnotationsItem { struct