Home
last modified time | relevance | path

Searched refs:tail_restore (Results 1 – 7 of 7) sorted by relevance

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