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#L289: 	if tok.Kind() != text.Scalar {
		decode.go#L371: 		switch tok.Kind() {
		decode.go#L380: 				switch tok.Kind() {
		decode.go#L405: 		switch tok.Kind() {
		decode.go#L414: 				switch tok.Kind() {
		decode.go#L468: 	switch tok.Kind() {
		decode.go#L478: 			switch tok.Kind() {
		decode.go#L507: 		switch tok.Kind() {
		decode.go#L591: 		if tok.Kind() != text.MessageOpen {
		decode.go#L604: 		if typ := tok.Kind(); typ != text.Name {
		decode.go#L728: 	switch tok.Kind() {
		decode.go#L738: 			switch tok.Kind() {
		decode.go#L761: 		switch tok.Kind() {