func google.golang.org/protobuf/internal/encoding/text.consume
6 uses
google.golang.org/protobuf/internal/encoding/text (current package)
decode.go#L436: s := consume(d.in[1:], 0)
decode.go#L446: s = consume(s, 0)
decode.go#L462: s = consume(s, 0)
decode.go#L467: s = consume(s, 0)
decode.go#L632: d.in = consume(d.in, n)
decode.go#L637: func consume(b []byte, n int) []byte {
![]() |
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. |