Searched defs:addInt (Results 1 – 2 of 2) sorted by relevance
1291 BigDigit [] addInt(const BigDigit[] x, ulong y) pure nothrow in addInt() function
997 void addInt(int Val) { Result += std::to_string(Val); } in addInt() function