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#L213: if kind != protoreflect.MessageKind && kind != protoreflect.GroupKind && !tok.HasSeparator() {
decode.go#L230: if kind != protoreflect.MessageKind && kind != protoreflect.GroupKind && !tok.HasSeparator() {
decode.go#L520: if !tok.HasSeparator() {
decode.go#L534: if !tok.HasSeparator() {
decode.go#L613: if !tok.HasSeparator() {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)