Searched refs:LoudsTrie (Results 1 – 5 of 5) sorted by relevance
15 LoudsTrie::LoudsTrie() in LoudsTrie() function in marisa::grimoire::trie::LoudsTrie20 LoudsTrie::~LoudsTrie() {} in ~LoudsTrie()22 void LoudsTrie::build(Keyset &keyset, int flags) { in build()26 LoudsTrie temp; in build()31 void LoudsTrie::map(Mapper &mapper) { in map()34 LoudsTrie temp; in map()40 void LoudsTrie::read(Reader &reader) { in read()43 LoudsTrie temp; in read()48 void LoudsTrie::write(Writer &writer) const { in write()54 bool LoudsTrie::lookup(Agent &agent) const { in lookup()[all …]
16 class LoudsTrie {18 LoudsTrie();19 ~LoudsTrie();62 void swap(LoudsTrie &rhs);71 scoped_ptr<LoudsTrie> next_trie_;126 LoudsTrie(const LoudsTrie &);127 LoudsTrie &operator=(const LoudsTrie &);
13 scoped_ptr<grimoire::LoudsTrie> temp(new (std::nothrow) grimoire::LoudsTrie); in build()23 scoped_ptr<grimoire::LoudsTrie> temp(new (std::nothrow) grimoire::LoudsTrie); in mmap()35 scoped_ptr<grimoire::LoudsTrie> temp(new (std::nothrow) grimoire::LoudsTrie); in map()47 scoped_ptr<grimoire::LoudsTrie> temp(new (std::nothrow) grimoire::LoudsTrie); in load()59 scoped_ptr<grimoire::LoudsTrie> temp(new (std::nothrow) grimoire::LoudsTrie); in read()182 scoped_ptr<grimoire::LoudsTrie> temp( in fread()183 new (std::nothrow) grimoire::LoudsTrie); in fread()202 scoped_ptr<grimoire::LoudsTrie> temp( in read()203 new (std::nothrow) grimoire::LoudsTrie); in read()
11 class LoudsTrie; variable55 scoped_ptr<grimoire::trie::LoudsTrie> trie_;
11 using trie::LoudsTrie;