Searched refs:trie_restore (Results 1 - 6 of 6) sorted by relevance
/external/marisa-trie/lib/marisa/ |
H A D | trie-search.cc | 255 trie_->trie_restore(get_link(node), key); 268 void Trie::trie_restore(UInt32 node, std::string *key) const { function in class:marisa::Trie 272 trie_->trie_restore(get_link(node), key); 303 trie_->trie_restore(get_link(node), key_buf, key_buf_size, pos); 325 void Trie::trie_restore(UInt32 node, char *key_buf, function in class:marisa::Trie 330 trie_->trie_restore(get_link(node), key_buf, key_buf_size, pos); 678 trie_restore(node, key);
|
H A D | trie-inline.h | 273 trie_->trie_restore(get_link(cur.node()), &key);
|
H A D | trie.h | 232 void trie_restore(UInt32 node, std::string *key) const; 237 void trie_restore(UInt32 node, char *key_buf,
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
H A D | trie-search.cc | 267 trie_->trie_restore(get_link(node), key); 287 void Trie::trie_restore(UInt32 node, std::string *key) const { function in class:marisa_alpha::Trie 291 trie_->trie_restore(get_link(node), key); 322 trie_->trie_restore(get_link(node), key_buf, key_buf_size, pos); 344 void Trie::trie_restore(UInt32 node, char *key_buf, function in class:marisa_alpha::Trie 349 trie_->trie_restore(get_link(node), key_buf, key_buf_size, pos); 709 trie_restore(node, key);
|
H A D | trie-inline.h | 278 trie_->trie_restore(get_link(cur.node()), &key);
|
H A D | trie.h | 232 void trie_restore(UInt32 node, std::string *key) const; 237 void trie_restore(UInt32 node, char *key_buf,
|
Completed in 99 milliseconds