reflect.Value.Bool (method)
13 uses
reflect (current package)
deepequal.go#L166: return v1.Bool() == v2.Bool()
value.go#L293: func (v Value) Bool() bool {
value.go#L1585: return !v.Bool()
value.go#L3415: return v.Bool() == u.Bool()
encoding/asn1
marshal.go#L481: if v.Bool() {
encoding/binary
binary.go#L710: e.bool(v.Bool())
encoding/json
encode.go#L309: return v.Bool() == false
encode.go#L507: b = strconv.AppendBool(b, v.Bool())
fmt
print.go#L790: p.fmtBool(f.Bool(), verb)
internal/fmtsort
sort.go#L123: a, b := aVal.Bool(), bVal.Bool()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |