reflect.Value.SetBool (method)

8 uses

	reflect (current package)
		value.go#L2071: func (v Value) SetBool(x bool) {

	encoding/asn1
		asn1.go#L763: 				v.SetBool(true)
		asn1.go#L890: 			val.SetBool(parsedBool)

	encoding/binary
		binary.go#L876: 		v.SetBool(d.bool())

	encoding/json
		decode.go#L920: 			v.SetBool(value)

	fmt
		scan.go#L1026: 			v.SetBool(s.scanBool(verb))

	internal/buildcfg
		exp.go#L102: 			names[strings.ToLower(rt.Field(i).Name)] = field.SetBool

	text/template
		exec.go#L985: 		value.SetBool(n.True)