OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:marisa_uint8
(Results
1 - 2
of
2
) sorted by null
/external/marisa-trie/lib/marisa/
base.h
26
typedef unsigned __int8
marisa_uint8
;
typedef
31
typedef uint8_t
marisa_uint8
;
typedef
37
#define MARISA_UINT8_MAX ((
marisa_uint8
)-1)
147
typedef ::
marisa_uint8
UInt8;
/external/marisa-trie/tests/
unit-test.cc
22
ASSERT(sizeof(
marisa_uint8
) == 1);
Completed in 53 milliseconds