type google.golang.org/protobuf/internal/impl.bytesConverter
8 uses
google.golang.org/protobuf/internal/impl (current package)
convert.go#L133: return &bytesConverter{t, defVal(fd, bytesZero)}
convert.go#L344: type bytesConverter struct {
convert.go#L349: func (c *bytesConverter) PBValueOf(v reflect.Value) pref.Value {
convert.go#L358: func (c *bytesConverter) GoValueOf(v pref.Value) reflect.Value {
convert.go#L361: func (c *bytesConverter) IsValidPB(v pref.Value) bool {
convert.go#L365: func (c *bytesConverter) IsValidGo(v reflect.Value) bool {
convert.go#L368: func (c *bytesConverter) New() pref.Value { return c.def }
convert.go#L369: func (c *bytesConverter) 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. |