github.com/golang/protobuf/proto.token.unquoted (field)
7 uses
github.com/golang/protobuf/proto (current package)
text_decode.go#L80: unquoted string // the unquoted version of value, if it was a quoted string
text_decode.go#L441: return protoreflect.ValueOfString(tok.unquoted), nil
text_decode.go#L445: return protoreflect.ValueOfBytes([]byte(tok.unquoted)), nil
text_decode.go#L575: p.cur.unquoted = ""
text_decode.go#L600: p.cur.unquoted = unq
text_decode.go#L642: cat.unquoted += p.cur.unquoted
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |