| 838 | } |
| 839 | |
| 840 | ALWAYS_INLINE const AnnotationItem* GetAnnotationItemAtOffset(uint32_t offset) const { |
| 841 | return DataPointer<AnnotationItem>(offset); |
| 842 | } |
| 843 | |
| 844 | const AnnotationItem* GetAnnotationItem(const AnnotationSetItem* set_item, uint32_t index) const { |
| 845 | DCHECK_LE(index, set_item->size_); |
nothing calls this directly
no outgoing calls
no test coverage detected