var google.golang.org/protobuf/reflect/protoreflect.boolType

7 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		value_union.go#L98: 		return Value{typ: boolType, num: 1}
		value_union.go#L100: 		return Value{typ: boolType, num: 0}
		value_union.go#L176: 	case boolType:
		value_union.go#L205: 	case boolType:
		value_union.go#L246: 	case boolType:
		value_union.go#L347: 	case boolType, int32Type, int64Type, uint32Type, uint64Type, stringType:
		value_unsafe.go#L33: 	boolType    = typeOf(*new(bool))