type google.golang.org/protobuf/internal/encoding/text.Kind
8 uses
google.golang.org/protobuf/internal/encoding/text (current package)
decode.go#L98: func (d *Decoder) parseNext(lastKind Kind) (Token, error) {
decode.go#L371: func (d *Decoder) currentOpenKind() (Kind, byte) {
decode.go#L590: func (d *Decoder) consumeToken(kind Kind, size int, attrs uint8) Token {
decode_token.go#L18: type Kind uint8
decode_token.go#L22: Invalid Kind = iota
decode_token.go#L40: func (t Kind) String() string {
decode_token.go#L111: kind Kind
decode_token.go#L133: func (t Token) Kind() Kind {
![]() |
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. |