Searched defs:hex (Results 1 – 4 of 4) sorted by relevance
223 int PDUParser::Hex2ToByte(const std::string& hex) { in Hex2ToByte()
1997 int hex2byte(const char *hex) in hex2byte()2010 int hexstr2bin(const char *hex, unsigned char *buffer, int len) in hexstr2bin()
604 std::string hex; in ToHexString() local
4704 std::string hex(2 * size + 1, 'x'); in ToHex() local