func google.golang.org/protobuf/internal/encoding/text.isTypeNameChar
3 uses
google.golang.org/protobuf/internal/encoding/text (current package)
decode.go#L442: for len(s) > 0 && isTypeNameChar(s[0]) {
decode.go#L463: for len(s) > 0 && isTypeNameChar(s[0]) {
decode.go#L499: func isTypeNameChar(b byte) bool {
![]() |
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. |