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