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