Searched refs:ConvertByte (Results 1 – 3 of 3) sorted by relevance
34 bool ConvertByte(double& number, std::string& unit);
566 bool ConvertByte(double& number, std::string& unit) in ConvertByte() function
340 …if ((unitUsage == "size-file-byte" || unitUsage == "size-shortfile-byte") && ConvertByte(finalNumb… in Format()