()
| 38 | } |
| 39 | |
| 40 | func (f *structField) repeated() bool { |
| 41 | return (f.flags & repeated) != 0 |
| 42 | } |
| 43 | |
| 44 | func (f *structField) pointer(p unsafe.Pointer) unsafe.Pointer { |
| 45 | return unsafe.Pointer(uintptr(p) + uintptr(f.offset)) |
no outgoing calls
no test coverage detected