Searched refs:marisa_uint64 (Results 1 – 2 of 2) sorted by relevance
23 typedef unsigned __int64 marisa_uint64; typedef28 typedef uint64_t marisa_uint64;45 #define MARISA_UINT64_MAX ((marisa_uint64)~(marisa_uint64)0)177 typedef ::marisa_uint64 UInt64;
19 ASSERT(sizeof(marisa_uint64) == 8); in TestTypes()