Home
last modified time | relevance | path

Searched refs:MARISA_DEFAULT_NUM_TRIES (Results 1 – 4 of 4) sorted by relevance

/external/marisa-trie/include/marisa/
Dbase.h104 MARISA_DEFAULT_NUM_TRIES = 0x00003, enumerator
/external/marisa-trie/lib/marisa/grimoire/trie/
Dconfig.h13 : num_tries_(MARISA_DEFAULT_NUM_TRIES), in Config()
/external/marisa-trie/tools/
Dmarisa-build.cc18 int param_num_tries = MARISA_DEFAULT_NUM_TRIES;
/external/marisa-trie/tests/
Dtrie-test.cc21 ASSERT(config.num_tries() == MARISA_DEFAULT_NUM_TRIES); in TestConfig()
36 ASSERT(config.num_tries() == MARISA_DEFAULT_NUM_TRIES); in TestConfig()