Searched refs:ToUnsigned (Results 1 – 3 of 3) sorted by relevance
408 bool XMLUtil::ToUnsigned( const char* str, unsigned *value ) in ToUnsigned() function in XMLUtil1032 if ( XMLUtil::ToUnsigned( Value(), value )) in QueryUnsignedValue()1184 if ( XMLUtil::ToUnsigned( t, _value ) ) { in QueryUnsignedText()
401 static bool ToUnsigned( const char* str, unsigned* value );
2780 template<size_t size> struct ToUnsigned;2782 template<> struct ToUnsigned<4> { struct2786 template<> struct ToUnsigned<8> { struct2815 typename ToUnsigned<sizeof(value)>::Type unsigned_value = value; in utoa()