const google.golang.org/protobuf/reflect/protoreflect.BoolKind

30 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		proto.go#L254: 	BoolKind     Kind = 8
		proto.go#L277: 	case BoolKind, EnumKind,
		proto.go#L292: 	case BoolKind:
		proto.go#L336: 	case BoolKind:

	google.golang.org/protobuf/encoding/protojson
		decode.go#L295: 	case protoreflect.BoolKind:
		decode.go#L647: 	case protoreflect.BoolKind:
		encode.go#L297: 	case protoreflect.BoolKind:

	google.golang.org/protobuf/encoding/prototext
		decode.go#L290: 	case protoreflect.BoolKind:
		encode.go#L219: 	case protoreflect.BoolKind:

	google.golang.org/protobuf/internal/encoding/defval
		default.go#L40: 	case protoreflect.BoolKind:
		default.go#L123: 	case protoreflect.BoolKind:

	google.golang.org/protobuf/internal/encoding/tag
		tag.go#L56: 				f.L1.Kind = protoreflect.BoolKind
		tag.go#L143: 	case protoreflect.BoolKind, protoreflect.EnumKind, protoreflect.Int32Kind, protoreflect.Uint32Kind, protoreflect.Int64Kind, protoreflect.Uint64Kind:

	google.golang.org/protobuf/internal/filedesc
		desc.go#L715: 		case protoreflect.BoolKind:

	google.golang.org/protobuf/internal/filetype
		build.go#L245: 	protoreflect.BoolKind:     reflect.TypeOf(bool(false)),

	google.golang.org/protobuf/internal/impl
		codec_gen.go#L5706: 	protoreflect.BoolKind:     protowire.VarintType,
		codec_tables.go#L48: 		case protoreflect.BoolKind:
		codec_tables.go#L139: 		case protoreflect.BoolKind:
		codec_tables.go#L204: 		case protoreflect.BoolKind:
		codec_tables.go#L284: 		case protoreflect.BoolKind:
		codec_tables.go#L354: 		case protoreflect.BoolKind:
		codec_tables.go#L441: 		case protoreflect.BoolKind:
		codec_tables.go#L483: 		case protoreflect.BoolKind:
		codec_tables.go#L515: 		case protoreflect.BoolKind:
		convert.go#L98: 	case protoreflect.BoolKind:

	google.golang.org/protobuf/proto
		decode_gen.go#L24: 	case protoreflect.BoolKind:
		decode_gen.go#L196: 	case protoreflect.BoolKind:
		encode_gen.go#L20: 	protoreflect.BoolKind:     protowire.VarintType,
		encode_gen.go#L42: 	case protoreflect.BoolKind:
		size_gen.go#L16: 	case protoreflect.BoolKind: