Home
last modified time | relevance | path

Searched refs:marisa_uint64 (Results 1 – 2 of 2) sorted by relevance

/external/marisa-trie/include/marisa/
Dbase.h23 typedef unsigned __int64 marisa_uint64; typedef
28 typedef uint64_t marisa_uint64;
45 #define MARISA_UINT64_MAX ((marisa_uint64)~(marisa_uint64)0)
177 typedef ::marisa_uint64 UInt64;
/external/marisa-trie/tests/
Dbase-test.cc19 ASSERT(sizeof(marisa_uint64) == 8); in TestTypes()