Searched refs:tail_restore (Results 1 – 7 of 7) sorted by relevance
/external/marisa-trie/lib/marisa/ |
D | trie-search.cc | 257 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
|
D | trie.h | 233 void tail_restore(UInt32 node, std::string *key) const; 239 void tail_restore(UInt32 node, char *key_buf,
|
D | trie-inline.h | 275 tail_restore(cur.node(), &key); in predict_callback_()
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
D | trie-search.cc | 269 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
|
D | trie.h | 233 void tail_restore(UInt32 node, std::string *key) const; 239 void tail_restore(UInt32 node, char *key_buf,
|
D | trie-inline.h | 280 tail_restore(cur.node(), &key); in predict_callback_()
|
/external/marisa-trie/ |
D | android_diff.txt | 414 - tail_restore(node, key); 425 + tail_restore(node, key);
|