Searched refs:ToUnsigned (Results 1 – 3 of 3) sorted by relevance
600 bool XMLUtil::ToUnsigned( const char* str, unsigned *value ) in ToUnsigned() function in tinyxml2::XMLUtil1401 if ( XMLUtil::ToUnsigned( Value(), value )) { in QueryUnsignedValue()1665 if ( XMLUtil::ToUnsigned( t, uval ) ) { in QueryUnsignedText()
623 static bool ToUnsigned( const char* str, unsigned* value );
2704 template<size_t size> struct ToUnsigned;2706 template<> struct ToUnsigned<4> { struct2710 template<> struct ToUnsigned<8> { struct2739 typename ToUnsigned<sizeof(value)>::Type unsigned_value = value; in utoa()