Searched refs:Hex2Byte (Results 1 – 3 of 3) sorted by relevance
77 if (!ByteData::Hex2Byte(value[0], value[1], &flag) || in ReplaceSizePlaceholder()78 !ByteData::Hex2Byte(value[2], value[3], &type)) { in ReplaceSizePlaceholder()
22 if (!ByteData::Hex2Byte(value[2 * index], value[2 * index + 1], pos++)) { in WriteBytes()
99 static bool Hex2Byte(char hi_char, char lo_char, Byte* value) { in Hex2Byte() function