google.golang.org/protobuf/internal/encoding/text.Token.HasSeparator (method)

6 uses

	google.golang.org/protobuf/internal/encoding/text (current package)
		decode_token.go#L158: func (t Token) HasSeparator() bool {

	google.golang.org/protobuf/encoding/prototext
		decode.go#L218: 			if kind != protoreflect.MessageKind && kind != protoreflect.GroupKind && !tok.HasSeparator() {
		decode.go#L235: 			if kind != protoreflect.MessageKind && kind != protoreflect.GroupKind && !tok.HasSeparator() {
		decode.go#L525: 			if !tok.HasSeparator() {
		decode.go#L539: 				if !tok.HasSeparator() {
		decode.go#L618: 			if !tok.HasSeparator() {