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

6 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		value_union.go#L111: 	return Value{typ: int64Type, num: uint64(v)}
		value_union.go#L180: 	case int64Type:
		value_union.go#L209: 	case int64Type:
		value_union.go#L256: 	case int32Type, int64Type:
		value_union.go#L347: 	case boolType, int32Type, int64Type, uint32Type, uint64Type, stringType:
		value_unsafe.go#L35: 	int64Type   = typeOf(*new(int64))