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