Home
last modified time | relevance | path

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

/external/marisa-trie/lib/marisa/
Dtrie-c.cc51 struct marisa_trie_ { struct
53 marisa_trie_() : trie(), mapper() {} in marisa_trie_() argument
60 marisa_trie_(const marisa_trie_ &); argument
61 marisa_trie_ &operator=(const marisa_trie_ &);
68 *h = new (std::nothrow) marisa_trie_(); in marisa_init()
Dtrie.h316 typedef struct marisa_trie_ marisa_trie;