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