OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:marisa_trie_
(Results
1 - 2
of
2
) sorted by null
/external/marisa-trie/lib/marisa/
trie-c.cc
51
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_
();
trie.h
316
typedef struct
marisa_trie_
marisa_trie;
Completed in 43 milliseconds