reflect.Value.SetComplex (method)

5 uses

	reflect (current package)
		value.go#L2134: func (v Value) SetComplex(x complex128) {

	encoding/binary
		binary.go#L597: 		v.SetComplex(complex(
		binary.go#L602: 		v.SetComplex(complex(

	fmt
		scan.go#L1049: 			v.SetComplex(s.scanComplex(verb, v.Type().Bits()))

	text/template
		exec.go#L950: 		value.SetComplex(n.Complex128)