Lines Matching refs:ParamAnnotationsItem
878 class ParamAnnotationsItem;
926 void SetRuntimeParamAnnotationItem(ParamAnnotationsItem *annotations)
931 void SetParamAnnotationItem(ParamAnnotationsItem *annotations)
1008 ParamAnnotationsItem *runtime_param_annotations_ {nullptr};
1009 ParamAnnotationsItem *param_annotations_ {nullptr};
1271 class ParamAnnotationsItem : public BaseItem {
1273 ParamAnnotationsItem(MethodItem *method, bool is_runtime_annotations);
1275 ~ParamAnnotationsItem() override = default;
1286 DEFAULT_MOVE_SEMANTIC(ParamAnnotationsItem);
1287 DEFAULT_COPY_SEMANTIC(ParamAnnotationsItem);