type google.golang.org/protobuf/internal/impl.int64Converter
8 uses
google.golang.org/protobuf/internal/impl (current package)
convert.go#L109: return &int64Converter{t, defVal(fd, int64Zero)}
convert.go#L194: type int64Converter struct {
convert.go#L199: func (c *int64Converter) PBValueOf(v reflect.Value) pref.Value {
convert.go#L205: func (c *int64Converter) GoValueOf(v pref.Value) reflect.Value {
convert.go#L208: func (c *int64Converter) IsValidPB(v pref.Value) bool {
convert.go#L212: func (c *int64Converter) IsValidGo(v reflect.Value) bool {
convert.go#L215: func (c *int64Converter) New() pref.Value { return c.def }
convert.go#L216: func (c *int64Converter) 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. |