Home
last modified time | relevance | path

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

/external/marisa-trie/include/marisa/
Dbase.h20 typedef unsigned __int8 marisa_uint8; typedef
25 typedef uint8_t marisa_uint8;
42 #define MARISA_UINT8_MAX ((marisa_uint8)~(marisa_uint8)0)
174 typedef ::marisa_uint8 UInt8;
/external/marisa-trie/tests/
Dbase-test.cc16 ASSERT(sizeof(marisa_uint8) == 1); in TestTypes()