var google.golang.org/protobuf/internal/impl.wireTypes
7 uses
google.golang.org/protobuf/internal/impl (current package)
codec_extension.go#L49: wiretag = protowire.EncodeTag(xd.Number(), wireTypes[xd.Kind()])
codec_gen.go#L5618: var wireTypes = map[protoreflect.Kind]protowire.Type{
codec_map.go#L32: keyWiretag := protowire.EncodeTag(1, wireTypes[keyField.Kind()])
codec_map.go#L33: valWiretag := protowire.EncodeTag(2, wireTypes[valField.Kind()])
codec_message.go#L68: wiretag = protowire.EncodeTag(fd.Number(), wireTypes[fd.Kind()])
validate.go#L166: switch wireTypes[fd.Kind()] {
validate.go#L210: switch wireTypes[fd.Kind()] {
![]() |
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. |