reflect.Value.SetBool (method)
7 uses
reflect (current package)
value.go#L1578: func (v Value) SetBool(x bool) {
encoding/asn1
asn1.go#L766: v.SetBool(true)
asn1.go#L893: val.SetBool(parsedBool)
encoding/binary
binary.go#L571: v.SetBool(d.bool())
encoding/gob
decode.go#L242: value.SetBool(state.decodeUint() != 0)
encoding/json
decode.go#L919: v.SetBool(value)
fmt
scan.go#L1026: v.SetBool(s.scanBool(verb))
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)