Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Ddex_format.h329 struct ParameterAnnotationsItem { struct
/tools/dexter/slicer/
Dreader.cc440 reinterpret_cast<const dex::ParameterAnnotationsItem*>(*pptr); in ParseParamAnnotation()
449 *pptr += sizeof(dex::ParameterAnnotationsItem); in ParseParamAnnotation()
Dwriter.cc738 std::vector<dex::ParameterAnnotationsItem> dex_param_annotations; in WriteClassAnnotations()
755 dex::ParameterAnnotationsItem dex_item = {}; in WriteClassAnnotations()