math/big.Int.Uint64 (method)

7 uses

	math/big (current package)
		int.go#L383: func (x *Int) Uint64() uint64 {

	crypto/rand
		util.go#L78: 		mod := bigMod.Uint64()

	github.com/jackc/pgtype
		numeric.go#L303: 			*v = uint(normalizedInt.Uint64())
		numeric.go#L314: 			*v = uint8(normalizedInt.Uint64())
		numeric.go#L325: 			*v = uint16(normalizedInt.Uint64())
		numeric.go#L336: 			*v = uint32(normalizedInt.Uint64())
		numeric.go#L347: 			*v = normalizedInt.Uint64()