const google.golang.org/protobuf/encoding/protowire.EndGroupType
11 uses
google.golang.org/protobuf/encoding/protowire (current package)
wire.go#L48: EndGroupType Type = 4
wire.go#L136: if typ2 == EndGroupType {
wire.go#L149: case EndGroupType:
wire.go#L463: return AppendVarint(append(b, v...), EncodeTag(num, EndGroupType))
google.golang.org/protobuf/internal/encoding/messageset
messageset.go#L138: case num == FieldItem && wtyp == protowire.EndGroupType:
messageset.go#L209: return protowire.AppendTag(b, FieldItem, protowire.EndGroupType)
google.golang.org/protobuf/internal/impl
decode.go#L115: if wtyp == protowire.EndGroupType {
validate.go#L276: if wtyp == protowire.EndGroupType {
google.golang.org/protobuf/proto
encode_gen.go#L92: b = protowire.AppendVarint(b, protowire.EncodeTag(fd.Number(), protowire.EndGroupType))
github.com/golang/protobuf/proto
buffer.go#L310: case protowire.EndGroupType:
text_encode.go#L444: if wtyp == protowire.EndGroupType {
![]() |
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. |