Searched defs:marisa_trie_ (Results 1 - 1 of 1) sorted by relevance

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

Completed in 25 milliseconds