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

8 uses

	google.golang.org/protobuf/internal/encoding/json (current package)
		decode.go#L45: 	openStack []Kind
		decode.go#L298: func (d *Decoder) consumeToken(kind Kind, size int) Token {
		decode.go#L338: 	ret.openStack = append([]Kind(nil), ret.openStack...)
		decode_token.go#L14: type Kind uint16
		decode_token.go#L17: 	Invalid Kind = (1 << iota) / 2
		decode_token.go#L34: func (k Kind) String() string {
		decode_token.go#L70: 	kind Kind
		decode_token.go#L83: func (t Token) Kind() Kind {