Home
last modified time | relevance | path

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

/external/marisa-trie/tests/
Dmarisa-test.cc261 void TestTrie(int num_tries, marisa::TailMode tail_mode, in TestTrie() function
349 void TestTrie(marisa::TailMode tail_mode, marisa::NodeOrder node_order, in TestTrie() function
357 TestTrie(i, tail_mode, node_order, keyset); in TestTrie()
363 void TestTrie(marisa::TailMode tail_mode) { in TestTrie() function
367 TestTrie(tail_mode, MARISA_WEIGHT_ORDER, keyset); in TestTrie()
368 TestTrie(tail_mode, MARISA_LABEL_ORDER, keyset); in TestTrie()
371 void TestTrie() { in TestTrie() function
372 TestTrie(MARISA_TEXT_TAIL); in TestTrie()
373 TestTrie(MARISA_BINARY_TAIL); in TestTrie()
383 TestTrie(); in main()