google.golang.org/protobuf/internal/impl.extensionFieldInfo.wiretag (field)
6 uses
google.golang.org/protobuf/internal/impl (current package)
codec_extension.go#L17: wiretag uint64
codec_extension.go#L54: wiretag: wiretag,
codec_messageset.go#L27: num, _ := protowire.DecodeTag(xi.wiretag)
codec_messageset.go#L83: num, _ := protowire.DecodeTag(xi.wiretag)
encode.go#L177: b, err = xi.funcs.marshal(b, x.Value(), xi.wiretag, opts)
encode.go#L192: b, err = xi.funcs.marshal(b, x.Value(), xi.wiretag, 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. |