Searched refs:GotHex (Results 1 – 1 of 1) sorted by relevance
198 bool GotHex = tryGetHexFromNibbles(MSB, LSB, Hex); in hexFromNibbles() local199 (void)GotHex; in hexFromNibbles()200 assert(GotHex && "MSB and/or LSB do not correspond to hex digits"); in hexFromNibbles()238 bool GotHex = tryGetFromHex(Input, Hex); in fromHex() local239 (void)GotHex; in fromHex()240 assert(GotHex && "Input contains non hex digits"); in fromHex()