Searched defs:FromHex (Results 1 – 2 of 2) sorted by relevance
57 std::string FromHex(const char* str, size_t size) { in FromHex() function79 std::string FromHex(const std::string& str) { in FromHex() function
122 #define FromHex(a) ((a) - (((a) > 'a') ? ('a' + 10) \ in BnFromHex() macro