type google.golang.org/protobuf/internal/impl.uint64Converter

8 uses

	google.golang.org/protobuf/internal/impl (current package)
		convert.go#L117: 			return &uint64Converter{t, defVal(fd, uint64Zero)}
		convert.go#L242: type uint64Converter struct {
		convert.go#L247: func (c *uint64Converter) PBValueOf(v reflect.Value) pref.Value {
		convert.go#L253: func (c *uint64Converter) GoValueOf(v pref.Value) reflect.Value {
		convert.go#L256: func (c *uint64Converter) IsValidPB(v pref.Value) bool {
		convert.go#L260: func (c *uint64Converter) IsValidGo(v reflect.Value) bool {
		convert.go#L263: func (c *uint64Converter) New() pref.Value  { return c.def }
		convert.go#L264: func (c *uint64Converter) Zero() pref.Value { return c.def }