type google.golang.org/protobuf/internal/impl.stringConverter
8 uses
google.golang.org/protobuf/internal/impl (current package)
convert.go#L129: return &stringConverter{t, defVal(fd, stringZero)}
convert.go#L314: type stringConverter struct {
convert.go#L319: func (c *stringConverter) PBValueOf(v reflect.Value) pref.Value {
convert.go#L325: func (c *stringConverter) GoValueOf(v pref.Value) reflect.Value {
convert.go#L334: func (c *stringConverter) IsValidPB(v pref.Value) bool {
convert.go#L338: func (c *stringConverter) IsValidGo(v reflect.Value) bool {
convert.go#L341: func (c *stringConverter) New() pref.Value { return c.def }
convert.go#L342: func (c *stringConverter) Zero() pref.Value { return c.def }
![]() |
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. |