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#L1578: return !v.Bool()
value.go#L3481: return v.Bool() == u.Bool()
database/sql/driver
types.go#L284: return rv.Bool(), nil
encoding/asn1
marshal.go#L478: if v.Bool() {
encoding/binary
binary.go#L923: e.bool(v.Bool())
encoding/json
encode.go#L506: b = strconv.AppendBool(b, v.Bool())
fmt
print.go#L790: p.fmtBool(f.Bool(), verb)
github.com/oapi-codegen/runtime
styleparam.go#L422: if v.Bool() {
internal/fmtsort
sort.go#L93: a, b := aVal.Bool(), bVal.Bool()
![]() |
The pages are generated with Golds v0.7.6. (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. |