func github.com/golang/protobuf/proto.unquoteC
3 uses
github.com/golang/protobuf/proto (current package)
text_decode.go#L499: name, err := unquoteC(tok.value[1:len(tok.value)-1], rune(tok.value[0]))
text_decode.go#L594: unq, err := unquoteC(p.s[1:i], rune(p.s[0]))
text_decode.go#L664: func unquoteC(s string, quote rune) (string, error) {
![]() |
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. |