Searched refs:tryGetHexFromNibbles (Results 1 – 1 of 1) sorted by relevance
209 inline bool tryGetHexFromNibbles(char MSB, char LSB, uint8_t &Hex) { in tryGetHexFromNibbles() function223 bool GotHex = tryGetHexFromNibbles(MSB, LSB, Hex); in hexFromNibbles()243 if (!tryGetHexFromNibbles('0', Input.front(), Hex)) in tryGetFromHex()257 if (!tryGetHexFromNibbles(InputPtr[OutputIndex * 2 + 0], // MSB in tryGetFromHex()