| 824 | } |
| 825 | |
| 826 | const AnnotationSetItem* GetFieldAnnotationSetItem(const FieldAnnotationsItem& anno_item) const { |
| 827 | return DataPointer<AnnotationSetItem>(anno_item.annotations_off_); |
| 828 | } |
| 829 | |
| 830 | const AnnotationSetItem* GetMethodAnnotationSetItem(const MethodAnnotationsItem& anno_item) |
| 831 | const { |
nothing calls this directly
no outgoing calls
no test coverage detected