Searched defs:IsHexDigit (Results 1 – 2 of 2) sorted by relevance
35 struct IsHexDigit : std::unary_function<std::string::value_type, bool> { struct36 bool operator()(std::string::value_type v) { in operator ()()
48 bool IsHexDigit(char c) { in IsHexDigit() function