Searched refs:tryGetHexFromNibbles (Results 1 – 1 of 1) sorted by relevance
184 inline bool tryGetHexFromNibbles(char MSB, char LSB, uint8_t &Hex) { in tryGetHexFromNibbles() function198 bool GotHex = tryGetHexFromNibbles(MSB, LSB, Hex); in hexFromNibbles()215 if (!tryGetHexFromNibbles('0', Input.front(), Hex)) in tryGetFromHex()225 if (!tryGetHexFromNibbles(Input[0], Input[1], Hex)) in tryGetFromHex()