Searched defs:IsHexDigit (Results 1 – 2 of 2) sorted by relevance
38 struct IsHexDigit { struct39 bool operator()(std::string::value_type v) { in operator ()()
48 bool IsHexDigit(char c) { in IsHexDigit() function