const google.golang.org/protobuf/internal/encoding/messageset.FieldTypeID
4 uses
google.golang.org/protobuf/internal/encoding/messageset (current package)
messageset.go#L30: FieldTypeID = protowire.Number(2)
messageset.go#L83: return 2*protowire.SizeTag(FieldItem) + protowire.SizeTag(FieldTypeID) + protowire.SizeVarint(uint64(num))
messageset.go#L145: case num == FieldTypeID && wtyp == protowire.VarintType:
messageset.go#L202: b = protowire.AppendTag(b, FieldTypeID, protowire.VarintType)
![]() |
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. |