const reflect.Bool

53 uses

	reflect (current package)
		abi.go#L202: 	case Bool, Int, Uint, Int8, Uint8, Int16, Uint16, Int32, Uint32, Uintptr:
		deepequal.go#L166: 	case Bool:
		type.go#L275: 	Bool
		type.go#L469: 	Bool:          "bool",
		type.go#L1560: 	if Bool <= kind && kind <= Complex128 || kind == String || kind == UnsafePointer {
		type.go#L1973: 	case Bool, Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr, Chan, Pointer, String, UnsafePointer:
		type.go#L1997: 	case Bool, Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr, Chan, Pointer, UnsafePointer:
		type.go#L2143: 	case Int8, Int16, Int32, Int64, Int, Uint8, Uint16, Uint32, Uint64, Uint, Uintptr, Chan, Pointer, Bool, UnsafePointer:
		value.go#L283: 	if v.kind() != Bool {
		value.go#L290: 	v.mustBe(Bool)
		value.go#L1577: 	case Bool:
		value.go#L1699: 	case Bool:
		value.go#L2073: 	v.mustBe(Bool)
		value.go#L3179: 	case Bool:

	encoding/asn1
		asn1.go#L887: 	case reflect.Bool:
		common.go#L167: 	case reflect.Bool:
		marshal.go#L477: 	case reflect.Bool:

	encoding/binary
		binary.go#L751: 	case reflect.Bool,
		binary.go#L875: 	case reflect.Bool:
		binary.go#L940: 	case reflect.Bool:

	encoding/json
		decode.go#L919: 		case reflect.Bool:
		encode.go#L322: 	case reflect.Bool,
		encode.go#L409: 	case reflect.Bool:
		encode.go#L1156: 					case reflect.Bool,

	fmt
		print.go#L789: 	case reflect.Bool:
		scan.go#L1025: 		case reflect.Bool:

	github.com/google/go-cmp/cmp
		compare.go#L272: 	case reflect.Bool:
		report_reflect.go#L163: 	case reflect.Bool:
		report_slices.go#L63: 			reflect.Bool, reflect.Float32, reflect.Float64, reflect.Complex64, reflect.Complex128:
		report_slices.go#L284: 		if t.Elem().Kind() == reflect.Bool {
		report_slices.go#L310: 					case reflect.Bool, reflect.Float32, reflect.Float64, reflect.Complex64, reflect.Complex128:

	github.com/google/go-cmp/cmp/internal/value
		name.go#L46: 	case reflect.Bool, reflect.String, reflect.UnsafePointer,
		sort.go#L38: 	case reflect.Bool:

	google.golang.org/protobuf/internal/descfmt
		stringer.go#L327: 		case reflect.Bool:

	google.golang.org/protobuf/internal/encoding/tag
		tag.go#L55: 			case reflect.Bool:

	google.golang.org/protobuf/internal/impl
		codec_map.go#L300: 		case reflect.Bool:
		codec_tables.go#L49: 			if ft.Kind() == reflect.Bool {
		codec_tables.go#L140: 			if ft.Kind() == reflect.Bool {
		codec_tables.go#L205: 			if ft.Kind() == reflect.Bool {
		codec_tables.go#L285: 			if ft.Kind() == reflect.Bool {
		codec_tables.go#L355: 			if ft.Kind() == reflect.Bool {
		convert.go#L99: 		if t.Kind() == reflect.Bool {
		legacy_extension.go#L43: 	case reflect.Bool, reflect.Int32, reflect.Int64, reflect.Uint32, reflect.Uint64, reflect.Float32, reflect.Float64, reflect.String:
		legacy_message.go#L196: 			case reflect.Bool, reflect.Int32, reflect.Int64, reflect.Uint32, reflect.Uint64, reflect.Float32, reflect.Float64, reflect.String:
		message_opaque.go#L430: 			case reflect.Bool:
		message_opaque_gen.go#L31: 	case reflect.Bool:
		message_reflect_field.go#L289: 			case reflect.Bool:
		message_reflect_field_gen.go#L35: 	case reflect.Bool:
		message_reflect_field_gen.go#L178: 	case reflect.Bool:

	internal/fmtsort
		sort.go#L92: 	case reflect.Bool:

	text/template
		exec.go#L332: 	case reflect.Bool:
		exec.go#L956: 	case reflect.Bool:
		funcs.go#L430: 	case reflect.Bool: