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 {
![]() |
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. |