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

36 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		proto.go#L249: 	BoolKind     Kind = 8
		proto.go#L272: 	case BoolKind, EnumKind,
		proto.go#L287: 	case BoolKind:
		proto.go#L331: 	case BoolKind:

	google.golang.org/protobuf/reflect/protodesc
		desc_validate.go#L361: 	case protoreflect.BoolKind: // bool

	google.golang.org/protobuf/encoding/protojson
		decode.go#L286: 	case protoreflect.BoolKind:
		decode.go#L632: 	case protoreflect.BoolKind:
		encode.go#L260: 	case protoreflect.BoolKind:

	google.golang.org/protobuf/encoding/prototext
		decode.go#L295: 	case protoreflect.BoolKind:
		encode.go#L209: 	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#L55: 				f.L1.Kind = protoreflect.BoolKind
		tag.go#L146: 	case protoreflect.BoolKind, protoreflect.EnumKind, protoreflect.Int32Kind, protoreflect.Uint32Kind, protoreflect.Int64Kind, protoreflect.Uint64Kind:

	google.golang.org/protobuf/internal/filedesc
		desc.go#L600: 		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#L5619: 	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#L99: 	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:
		equal.go#L119: 	case protoreflect.BoolKind:
		size_gen.go#L16: 	case protoreflect.BoolKind:

	github.com/golang/protobuf/jsonpb
		decode.go#L459: 	case protoreflect.BoolKind:
		encode.go#L460: 			case protoreflect.BoolKind:

	github.com/golang/protobuf/proto
		text_decode.go#L378: 	case protoreflect.BoolKind:
		text_encode.go#L306: 				case protoreflect.BoolKind: