google.golang.org/protobuf/internal/encoding/text.Token.Kind (method)
16 uses
google.golang.org/protobuf/internal/encoding/text (current package)
decode_token.go#L133: func (t Token) Kind() Kind {
google.golang.org/protobuf/encoding/prototext
decode.go#L121: if tok.Kind() != text.MessageOpen {
decode.go#L136: switch typ := tok.Kind(); typ {
decode.go#L307: if tok.Kind() != text.Scalar {
decode.go#L389: switch tok.Kind() {
decode.go#L398: switch tok.Kind() {
decode.go#L423: switch tok.Kind() {
decode.go#L432: switch tok.Kind() {
decode.go#L486: switch tok.Kind() {
decode.go#L496: switch tok.Kind() {
decode.go#L525: switch tok.Kind() {
decode.go#L609: if tok.Kind() != text.MessageOpen {
decode.go#L622: if typ := tok.Kind(); typ != text.Name {
decode.go#L746: switch tok.Kind() {
decode.go#L756: switch tok.Kind() {
decode.go#L782: switch tok.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. |