func google.golang.org/protobuf/encoding/protowire.ConsumeGroup
7 uses
google.golang.org/protobuf/encoding/protowire (current package)
wire.go#L470: func ConsumeGroup(num Number, b []byte) (v []byte, n int) {
google.golang.org/protobuf/encoding/prototext
encode.go#L386: v, n = protowire.ConsumeGroup(num, b)
google.golang.org/protobuf/internal/impl
codec_field.go#L421: b, n := protowire.ConsumeGroup(num, b)
codec_field.go#L682: b, n := protowire.ConsumeGroup(num, b)
codec_field.go#L768: b, n := protowire.ConsumeGroup(num, b)
google.golang.org/protobuf/proto
decode_gen.go#L184: v, n := protowire.ConsumeGroup(fd.Number(), b)
decode_gen.go#L587: v, n := protowire.ConsumeGroup(fd.Number(), b)
 |
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. |