| 842 | } |
| 843 | |
| 844 | const AnnotationItem* GetAnnotationItem(const AnnotationSetItem* set_item, uint32_t index) const { |
| 845 | DCHECK_LE(index, set_item->size_); |
| 846 | return GetAnnotationItemAtOffset(set_item->entries_[index]); |
| 847 | } |
| 848 | |
| 849 | const AnnotationSetItem* GetSetRefItemItem(const AnnotationSetRefItem* anno_item) const { |
| 850 | return DataPointer<AnnotationSetItem>(anno_item->annotations_off_); |
nothing calls this directly
no outgoing calls
no test coverage detected