| 795 | } |
| 796 | |
| 797 | const FieldAnnotationsItem* GetFieldAnnotations(const AnnotationsDirectoryItem* anno_dir) const { |
| 798 | return (anno_dir->fields_size_ == 0) |
| 799 | ? nullptr |
| 800 | : reinterpret_cast<const FieldAnnotationsItem*>(&anno_dir[1]); |
| 801 | } |
| 802 | |
| 803 | const MethodAnnotationsItem* GetMethodAnnotations(const AnnotationsDirectoryItem* anno_dir) |
| 804 | const { |
nothing calls this directly
no outgoing calls
no test coverage detected