HomeSort by relevance Sort by last modified time
    Searched refs:tail_restore (Results 1 - 6 of 6) sorted by null

  /external/marisa-trie/lib/marisa/
trie-search.cc 257 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
trie.h 233 void tail_restore(UInt32 node, std::string *key) const;
239 void tail_restore(UInt32 node, char *key_buf,
trie-inline.h 275 tail_restore(cur.node(), &key);
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
trie-search.cc 269 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
trie.h 233 void tail_restore(UInt32 node, std::string *key) const;
239 void tail_restore(UInt32 node, char *key_buf,
trie-inline.h 280 tail_restore(cur.node(), &key);

Completed in 107 milliseconds