Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dreader.cc369 auto dex_field_annotation = reinterpret_cast<const dex::FieldAnnotationsItem*>(*pptr); in ParseFieldAnnotation()
378 *pptr += sizeof(dex::FieldAnnotationsItem); in ParseFieldAnnotation()
Dwriter.cc701 std::vector<dex::FieldAnnotationsItem> dex_field_annotations; in WriteClassAnnotations()
706 dex::FieldAnnotationsItem dex_item = {}; in WriteClassAnnotations()
/tools/dexter/slicer/export/slicer/
Ddex_format.h262 struct FieldAnnotationsItem { struct