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() {