Searched defs:ToUnsigned (Results 1 – 2 of 2) sorted by relevance
2749 template<> struct ToUnsigned<4> { struct2750 typedef uint32_t Type;2753 template<> struct ToUnsigned<8> { struct2754 typedef uint64_t Type;
408 bool XMLUtil::ToUnsigned( const char* str, unsigned *value ) in ToUnsigned() function in XMLUtil