| 828 | } |
| 829 | |
| 830 | const AnnotationSetItem* GetMethodAnnotationSetItem(const MethodAnnotationsItem& anno_item) |
| 831 | const { |
| 832 | return DataPointer<AnnotationSetItem>(anno_item.annotations_off_); |
| 833 | } |
| 834 | |
| 835 | const AnnotationSetRefList* GetParameterAnnotationSetRefList( |
| 836 | const ParameterAnnotationsItem* anno_item) const { |
nothing calls this directly
no outgoing calls
no test coverage detected