Searched defs:transRes (Results 1 – 1 of 1) sorted by relevance
168 int transRes = strtol(defaultContent.c_str(), nullptr, 10); // 10: decimal in TransToInteger() local190 int64_t transRes = strtoll(defaultContent.c_str(), nullptr, 10); // 10: decimal in TransToLong() local231 double transRes = std::strtod(defaultContent.c_str(), &end); in TransToDouble() local