OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:marisa_uint16
(Results
1 - 2
of
2
) sorted by null
/external/marisa-trie/lib/marisa/
base.h
27
typedef unsigned __int16
marisa_uint16
;
typedef
32
typedef uint16_t
marisa_uint16
;
typedef
38
#define MARISA_UINT16_MAX ((
marisa_uint16
)-1)
148
typedef ::
marisa_uint16
UInt16;
/external/marisa-trie/tests/
unit-test.cc
23
ASSERT(sizeof(
marisa_uint16
) == 2);
Completed in 34 milliseconds