Home | History | Annotate | Download | only in base

Lines Matching refs:Unsigned

406 std::string UintToString(unsigned int value);
407 std::wstring UintToWString(unsigned int value);
408 string16 UintToString16(unsigned int value);
636 // Hack to convert any char-like type to its unsigned counterpart.
637 // For example, it will convert char, signed char and unsigned char to unsigned
641 typedef T Unsigned;
646 typedef unsigned char Unsigned;
650 typedef unsigned char Unsigned;
655 typedef unsigned short Unsigned;
657 typedef uint32 Unsigned;
662 typedef unsigned short Unsigned;