Searched refs:stringToBigInteger (Results 1 – 3 of 3) sorted by relevance
22 BigInteger stringToBigInteger(const std::string &s);
24 BigInteger stringToBigInteger(const std::string &s) { in stringToBigInteger() function
306 BigInteger bigint = stringToBigInteger(part.c_str()); in encodeNumeric()