Searched refs:marisa_uint8 (Results 1 – 2 of 2) sorted by relevance
20 typedef unsigned __int8 marisa_uint8; typedef25 typedef uint8_t marisa_uint8;42 #define MARISA_UINT8_MAX ((marisa_uint8)~(marisa_uint8)0)174 typedef ::marisa_uint8 UInt8;
16 ASSERT(sizeof(marisa_uint8) == 1); in TestTypes()