Searched defs:BigInteger (Results 1 – 1 of 1) sorted by relevance
36 BigInteger(const BigInteger& rhs) : count_(rhs.count_) { in BigInteger() function40 explicit BigInteger(uint64_t u) : count_(1) { in BigInteger() function45 BigInteger(const Ch* decimals, size_t length) : count_(1) { in BigInteger() function