Home
last modified time | relevance | path

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

/dports/devel/marisa-trie/marisa-trie-961ed33/lib/marisa/grimoire/trie/
H A Dstate.h15 MARISA_READY_TO_COMMON_PREFIX_SEARCH, enumerator
87 status_code_ = MARISA_READY_TO_COMMON_PREFIX_SEARCH; in common_prefix_search_init()
H A Dlouds-trie.cc113 if (state.status_code() != MARISA_READY_TO_COMMON_PREFIX_SEARCH) { in common_prefix_search()
/dports/devel/marisa-trie/marisa-trie-961ed33/tests/
H A Dtrie-test.cc481 marisa::grimoire::trie::MARISA_READY_TO_COMMON_PREFIX_SEARCH); in TestState()