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#L122: 		if tok.Kind() != text.MessageOpen {
		decode.go#L137: 		switch typ := tok.Kind(); typ {
		decode.go#L284: 	if tok.Kind() != text.Scalar {
		decode.go#L366: 		switch tok.Kind() {
		decode.go#L375: 				switch tok.Kind() {
		decode.go#L400: 		switch tok.Kind() {
		decode.go#L409: 				switch tok.Kind() {
		decode.go#L463: 	switch tok.Kind() {
		decode.go#L473: 			switch tok.Kind() {
		decode.go#L502: 		switch tok.Kind() {
		decode.go#L586: 		if tok.Kind() != text.MessageOpen {
		decode.go#L599: 		if typ := tok.Kind(); typ != text.Name {
		decode.go#L723: 	switch tok.Kind() {
		decode.go#L733: 			switch tok.Kind() {
		decode.go#L758: 		switch tok.Kind() {