google.golang.org/protobuf/internal/impl.coderFieldInfo.offset (field)
8 uses
google.golang.org/protobuf/internal/impl (current package)
checkinit.go#L48: fptr := p.Apply(f.offset)
codec_message.go#L42: offset offset // struct field offset
codec_message.go#L88: offset: fieldOffset,
decode.go#L137: o, err = f.funcs.unmarshal(b, p.Apply(f.offset), wtyp, f, opts)
encode.go#L75: fptr := p.Apply(f.offset)
encode.go#L134: fptr := p.Apply(f.offset)
merge.go#L48: sfptr := src.Apply(f.offset)
merge.go#L52: f.funcs.merge(dst.Apply(f.offset), sfptr, f, opts)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |