Searched refs:l_byte (Results 1 – 3 of 3) sorted by relevance
173 for (const auto& l_byte : i_keywordValue) in convertByteVectorToHex() 176 << static_cast<int>(l_byte); in convertByteVectorToHex() 203 [](const auto& l_byte) { return std::isprint(l_byte); }); in getPrintableValue() 212 for (const auto& l_byte : i_keywordValue) in getPrintableValue() 215 << static_cast<int>(l_byte); in getPrintableValue() 277 uint8_t l_byte = static_cast<uint8_t>( in convertToBinary() 279 l_binaryValue.push_back(l_byte); in convertToBinary() 171 for (const auto& l_byte : i_keywordValue) convertByteVectorToHex() local 201 __anond54c577a0202(const auto& l_byte) getPrintableValue() argument 210 for (const auto& l_byte : i_keywordValue) getPrintableValue() local 275 uint8_t l_byte = static_cast<uint8_t>( convertToBinary() local
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() local 55 << 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()