Searched refs:InputPtr (Results 1 – 1 of 1) sorted by relevance
254 const char *InputPtr = Input.data(); in tryGetFromHex() local257 if (!tryGetHexFromNibbles(InputPtr[OutputIndex * 2 + 0], // MSB in tryGetFromHex()258 InputPtr[OutputIndex * 2 + 1], // LSB in tryGetFromHex()