Searched refs:tail_restore (Results 1 - 6 of 6) sorted by relevance

/external/marisa-trie/lib/marisa/
H A Dtrie-search.cc257 tail_restore(node, key);
274 tail_restore(node, key);
283 void Trie::tail_restore(UInt32 node, std::string *key) const { function in class:marisa::Trie
305 tail_restore(node, key_buf, key_buf_size, pos);
332 tail_restore(node, key_buf, key_buf_size, pos);
344 void Trie::tail_restore(UInt32 node, char *key_buf, function in class:marisa::Trie
H A Dtrie-inline.h275 tail_restore(cur.node(), &key);
H A Dtrie.h233 void tail_restore(UInt32 node, std::string *key) const;
239 void tail_restore(UInt32 node, char *key_buf,
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Dtrie-search.cc269 tail_restore(node, key);
293 tail_restore(node, key);
302 void Trie::tail_restore(UInt32 node, std::string *key) const { function in class:marisa_alpha::Trie
324 tail_restore(node, key_buf, key_buf_size, pos);
351 tail_restore(node, key_buf, key_buf_size, pos);
363 void Trie::tail_restore(UInt32 node, char *key_buf, function in class:marisa_alpha::Trie
H A Dtrie-inline.h280 tail_restore(cur.node(), &key);
H A Dtrie.h233 void tail_restore(UInt32 node, std::string *key) const;
239 void tail_restore(UInt32 node, char *key_buf,

Completed in 259 milliseconds