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::XMLUtil1387 if ( XMLUtil::ToUnsigned( Value(), value )) { in QueryUnsignedValue()1651 if ( XMLUtil::ToUnsigned( t, uval ) ) { in QueryUnsignedText()
612 static bool ToUnsigned( const char* str, unsigned* value );
2747 template<size_t size> struct ToUnsigned;2749 template<> struct ToUnsigned<4> { struct2753 template<> struct ToUnsigned<8> { struct2782 typename ToUnsigned<sizeof(value)>::Type unsigned_value = value; in utoa()