Searched refs:NumHex (Results 1 – 1 of 1) sorted by relevance
25 unsigned NumHex; in PrintImpl() local32 NumHex = 8; in PrintImpl()37 NumHex = 16; in PrintImpl()44 if (HexStr.length() < NumHex) in PrintImpl()45 OS << std::string(NumHex - HexStr.length(), '0'); in PrintImpl()