Searched refs:l_byte (Results 1 – 3 of 3) sorted by relevance
173 for (const auto& l_byte : i_keywordValue) in convertByteVectorToHex() local176 << static_cast<int>(l_byte); in convertByteVectorToHex()203 [](const auto& l_byte) { return std::isprint(l_byte); }); in getPrintableValue() argument212 for (const auto& l_byte : i_keywordValue) in getPrintableValue() local215 << static_cast<int>(l_byte); in getPrintableValue()277 uint8_t l_byte = static_cast<uint8_t>( in convertToBinary() local279 l_binaryValue.push_back(l_byte); in convertToBinary()
160 [](const auto& l_byte) { return std::isprint(l_byte); }); in getPrintableValue() argument170 for (const auto& l_byte : i_keywordValue) in getPrintableValue() local173 << static_cast<int>(l_byte); in getPrintableValue()431 uint8_t l_byte = static_cast<uint8_t>( in convertToBinary() local433 l_binaryValue.push_back(l_byte); in convertToBinary()992 for (size_t l_byte = 0; l_byte < i_numBytesCopy; ++l_byte) in convertIntegralTypeToBytes() local994 l_result[l_result.size() - (l_byte + constants::VALUE_1)] = in convertIntegralTypeToBytes()995 (i_integralData >> (l_byte * constants::VALUE_8)) & l_byteMask; in convertIntegralTypeToBytes()
52 for (const auto& l_byte : l_imValue) in getImFromPersistedLocation() local55 << static_cast<int>(l_byte); in getImFromPersistedLocation()83 for (const auto& l_byte : *l_keywordValue) in getImFromPlanar()86 << static_cast<int>(l_byte); in getImFromPlanar()