Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dreader.cc399 reinterpret_cast<const dex::ParameterAnnotationsItem*>(*pptr); in ParseParamAnnotation()
408 *pptr += sizeof(dex::ParameterAnnotationsItem); in ParseParamAnnotation()
Dwriter.cc703 std::vector<dex::ParameterAnnotationsItem> dex_param_annotations; in WriteClassAnnotations()
720 dex::ParameterAnnotationsItem dex_item = {}; in WriteClassAnnotations()
/tools/dexter/slicer/export/slicer/
Ddex_format.h274 struct ParameterAnnotationsItem { struct