func google.golang.org/protobuf/internal/encoding/messageset.ConsumeFieldValue
3 uses
google.golang.org/protobuf/internal/encoding/messageset (current package)
messageset.go#L108: typeID, value, n, err := ConsumeFieldValue(b, wantLen)
messageset.go#L129: func ConsumeFieldValue(b []byte, wantLen bool) (typeid protowire.Number, message []byte, n int, err error) {
google.golang.org/protobuf/internal/impl
validate.go#L510: typeid, v, n, err := messageset.ConsumeFieldValue(b, false)
 |
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. |