reflect.Value.Bool (method)
14 uses
reflect (current package)
deepequal.go#L167: return v1.Bool() == v2.Bool()
value.go#L281: func (v Value) Bool() bool {
value.go#L1666: return !v.Bool()
value.go#L3323: return v.Bool() == u.Bool()
encoding/asn1
marshal.go#L481: if v.Bool() {
encoding/binary
binary.go#L941: e.bool(v.Bool())
encoding/json
encode.go#L548: b = strconv.AppendBool(b, v.Bool())
fmt
print.go#L791: p.fmtBool(f.Bool(), verb)
go.opentelemetry.io/otel/attribute
hash.go#L69: h = h.Bool(rv.Index(i).Bool())
value.go#L507: if rv.Index(i).Bool() {
internal/fmtsort
sort.go#L93: a, b := aVal.Bool(), bVal.Bool()
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |