type google.golang.org/protobuf/internal/encoding/text.Kind

8 uses

	google.golang.org/protobuf/internal/encoding/text (current package)
		decode.go#L97: func (d *Decoder) parseNext(lastKind Kind) (Token, error) {
		decode.go#L370: func (d *Decoder) currentOpenKind() (Kind, byte) {
		decode.go#L589: 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 {