google.golang.org/protobuf/internal/encoding/json.Token.Kind (method)
30 uses
google.golang.org/protobuf/internal/encoding/json (current package)
decode_token.go#L83: func (t Token) Kind() Kind {
google.golang.org/protobuf/encoding/protojson
decode.go#L79: if tok.Kind() != json.EOF {
decode.go#L123: if tok.Kind() != json.ObjectOpen {
decode.go#L150: switch tok.Kind() {
decode.go#L226: if tok, _ := d.Peek(); tok.Kind() == json.Null && !isKnownValue(fd) && !isNullValue(fd) {
decode.go#L313: if tok.Kind() == json.Bool {
decode.go#L348: if tok.Kind() == json.String {
decode.go#L370: switch tok.Kind() {
decode.go#L402: switch tok.Kind() {
decode.go#L434: switch tok.Kind() {
decode.go#L484: if tok.Kind() != json.String {
decode.go#L504: switch tok.Kind() {
decode.go#L532: if tok.Kind() != json.ArrayOpen {
decode.go#L544: if tok.Kind() == json.ArrayClose {
decode.go#L562: if tok.Kind() == json.ArrayClose {
decode.go#L583: if tok.Kind() != json.ObjectOpen {
decode.go#L613: switch tok.Kind() {
well_known_types.go#L170: if start.Kind() != json.ObjectOpen {
well_known_types.go#L261: switch tok.Kind() {
well_known_types.go#L291: if tok.Kind() != json.String {
well_known_types.go#L314: switch tok.Kind() {
well_known_types.go#L321: switch tok.Kind() {
well_known_types.go#L338: switch tok.Kind() {
well_known_types.go#L365: switch tok.Kind() {
well_known_types.go#L432: if tok.Kind() != json.ObjectOpen {
well_known_types.go#L441: switch tok.Kind() {
well_known_types.go#L508: switch tok.Kind() {
well_known_types.go#L627: if tok.Kind() != json.String {
well_known_types.go#L809: if tok.Kind() != json.String {
well_known_types.go#L865: if tok.Kind() != json.String {
![]() |
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. |