Home
last modified time | relevance | path

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

/dports/devel/marisa-trie/marisa-trie-961ed33/lib/marisa/grimoire/trie/
H A Dstate.h16 MARISA_READY_TO_PREDICTIVE_SEARCH, enumerator
97 status_code_ = MARISA_READY_TO_PREDICTIVE_SEARCH; in predictive_search_init()
H A Dlouds-trie.cc144 if (state.status_code() != MARISA_READY_TO_PREDICTIVE_SEARCH) { in predictive_search()
/dports/devel/marisa-trie/marisa-trie-961ed33/tests/
H A Dtrie-test.cc485 marisa::grimoire::trie::MARISA_READY_TO_PREDICTIVE_SEARCH); in TestState()