Searched refs:l_pos (Results 1 – 1 of 1) sorted by relevance
428 for (size_t l_pos = 0; l_pos < l_value.length(); l_pos += 2) in convertToBinary() local431 std::stoi(l_value.substr(l_pos, 2), nullptr, 16)); in convertToBinary()