func encoding/gob.encUintptrSlice

3 uses

	encoding/gob (current package)
		enc_helpers.go#L48: 	reflect.Uintptr:    encUintptrSlice,
		enc_helpers.go#L399: 	return encUintptrSlice(state, v.Slice(0, v.Len()))
		enc_helpers.go#L402: func encUintptrSlice(state *encoderState, v reflect.Value) bool {