Searched refs:formatWithCommas (Results 1 – 2 of 2) sorted by relevance
252 static std::string formatWithCommas(unsigned long long Value) { in formatWithCommas() function356 << formatWithCommas(TotalFileSize) << " bytes\n"; in decompress()363 << formatWithCommas(CompressedData.size()) << " bytes\n" in decompress()365 << formatWithCommas(UncompressedSize) << " bytes\n" in decompress()449 << formatWithCommas(TotalFileSize) << " bytes\n" in compress()453 << formatWithCommas(UncompressedSize) << " bytes\n" in compress()455 << formatWithCommas(CompressedBuffer.size()) << " bytes\n" in compress()
1003 static std::string formatWithCommas(unsigned long long Value) { in formatWithCommas() function1109 << formatWithCommas(TotalFileSize64) << " bytes\n" in compress()1113 << formatWithCommas(UncompressedSize64) << " bytes\n" in compress()1115 << formatWithCommas(CompressedBuffer.size()) << " bytes\n" in compress()1305 << formatWithCommas(TotalFileSize) << " bytes\n"; in decompress()1312 << formatWithCommas(CompressedData.size()) << " bytes\n" in decompress()1314 << formatWithCommas(UncompressedSize) << " bytes\n" in decompress()