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

6 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		value_union.go#L121: 	return Value{typ: uint64Type, num: v}
		value_union.go#L184: 	case uint64Type:
		value_union.go#L213: 	case uint64Type:
		value_union.go#L266: 	case uint32Type, uint64Type:
		value_union.go#L347: 	case boolType, int32Type, int64Type, uint32Type, uint64Type, stringType:
		value_unsafe.go#L37: 	uint64Type  = typeOf(*new(uint64))