Home | History | Annotate | Download | only in base

Lines Matching refs:Unsigned

542 // Hack to convert any char-like type to its unsigned counterpart.
543 // For example, it will convert char, signed char and unsigned char to unsigned
547 typedef T Unsigned;
552 typedef unsigned char Unsigned;
556 typedef unsigned char Unsigned;
561 typedef unsigned short Unsigned;
563 typedef uint32 Unsigned;
568 typedef unsigned short Unsigned;