const reflect.Bool
26 uses
reflect (current package)
abi.go#L202: case Bool, Int, Uint, Int8, Uint8, Int16, Uint16, Int32, Uint32, Uintptr:
deepequal.go#L165: case Bool:
type.go#L245: Bool
type.go#L450: Bool: "bool",
type.go#L1413: if Bool <= kind && kind <= Complex128 || kind == String || kind == UnsafePointer {
type.go#L1879: case Bool, Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr, Chan, Pointer, String, UnsafePointer:
type.go#L1903: case Bool, Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr, Chan, Pointer, UnsafePointer:
value.go#L295: if v.kind() != Bool {
value.go#L302: v.mustBe(Bool)
value.go#L1584: case Bool:
value.go#L1647: case Bool:
value.go#L2276: v.mustBe(Bool)
value.go#L3414: case Bool:
encoding/asn1
asn1.go#L893: case reflect.Bool:
common.go#L167: case reflect.Bool:
marshal.go#L480: case reflect.Bool:
encoding/binary
binary.go#L520: case reflect.Bool,
binary.go#L644: case reflect.Bool:
binary.go#L709: case reflect.Bool:
encoding/json
decode.go#L910: case reflect.Bool:
encode.go#L308: case reflect.Bool:
encode.go#L399: case reflect.Bool:
encode.go#L1137: case reflect.Bool,
fmt
print.go#L789: case reflect.Bool:
scan.go#L1025: case reflect.Bool:
internal/fmtsort
sort.go#L122: case reflect.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. |