Searched defs:ToUnsigned (Results 1 – 4 of 4) sorted by relevance
498 struct ToUnsigned { struct503 struct ToUnsigned<char> { argument
37 static UINT2 ToUnsigned(INT2 value) { in ToUnsigned() function44 static UINT2 ToUnsigned(INT2 value) { in ToUnsigned() function
2782 template<> struct ToUnsigned<4> { struct2783 typedef uint32_t Type;2786 template<> struct ToUnsigned<8> { struct2787 typedef uint64_t Type;
408 bool XMLUtil::ToUnsigned( const char* str, unsigned *value ) in ToUnsigned() function in XMLUtil