func google.golang.org/protobuf/encoding/protowire.ConsumeField
9 uses
google.golang.org/protobuf/encoding/protowire (current package)
wire.go#L96: func ConsumeField(b []byte) (Number, Type, int) {
google.golang.org/protobuf/proto
equal.go#L144: fnum, _, n := protowire.ConsumeField(x)
equal.go#L149: fnum, _, n := protowire.ConsumeField(y)
google.golang.org/protobuf/reflect/protoreflect
value.go#L168: _, _, n := protowire.ConsumeField(b)
github.com/golang/protobuf/proto
extensions.go#L64: num, _, n := protowire.ConsumeField(b)
extensions.go#L129: num, _, n := protowire.ConsumeField(bi)
extensions.go#L262: num, _, n := protowire.ConsumeField(b0)
extensions.go#L300: num, _, n := protowire.ConsumeField(b)
extensions.go#L341: num, _, n := protowire.ConsumeField(bi)
 |
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. |