OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:marisa_uint64
(Results
1 - 2
of
2
) sorted by null
/external/marisa-trie/lib/marisa/
base.h
29
typedef unsigned __int64
marisa_uint64
;
typedef
34
typedef uint64_t
marisa_uint64
;
typedef
40
#define MARISA_UINT64_MAX ((
marisa_uint64
)-1)
150
typedef ::
marisa_uint64
UInt64;
/external/marisa-trie/tests/
unit-test.cc
25
ASSERT(sizeof(
marisa_uint64
) == 8);
Completed in 33 milliseconds