Searched defs:ToUnsigned (Results 1 – 2 of 2) sorted by relevance
2706 template<> struct ToUnsigned<4> { struct2707 typedef uint32_t Type;2710 template<> struct ToUnsigned<8> { struct2711 typedef uint64_t Type;
600 bool XMLUtil::ToUnsigned( const char* str, unsigned *value ) in ToUnsigned() function in tinyxml2::XMLUtil