Searched refs:hexStrTmp (Results 1 – 1 of 1) sorted by relevance
310 string hexStrTmp = ""; in HexDecode() local313 hexStrTmp.push_back(hexStr[i * 2]); in HexDecode()315 hexStrTmp.push_back(hexStr[i * 2 + 1]); in HexDecode()316 if (!IsValidHex(hexStrTmp)) { in HexDecode()320 num = stoi(hexStrTmp, nullptr, 16); in HexDecode()