HomeSort by relevance Sort by last modified time
    Searched full:restore_ (Results 1 - 5 of 5) sorted by null

  /external/marisa-trie/lib/marisa/
trie-search.cc 46 restore_(key_id, &key);
54 restore_(key_id, key);
63 return restore_(key_id, key_buf, key_buf_size);
248 void Trie::restore_(UInt32 key_id, std::string *key) const { function in class:marisa::Trie
295 std::size_t Trie::restore_(UInt32 key_id, char *key_buf, function in class:marisa::Trie
trie.h 231 void restore_(UInt32 key_id, std::string *key) const;
235 std::size_t restore_(UInt32 key_id, char *key_buf,
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
trie-search.cc 46 restore_(key_id, &key);
54 restore_(key_id, key);
63 return restore_(key_id, key_buf, key_buf_size);
259 void Trie::restore_(UInt32 key_id, std::string *key) const { function in class:marisa_alpha::Trie
314 std::size_t Trie::restore_(UInt32 key_id, char *key_buf, function in class:marisa_alpha::Trie
trie.h 231 void restore_(UInt32 key_id, std::string *key) const;
235 std::size_t restore_(UInt32 key_id, char *key_buf,
  /external/marisa-trie/
android_diff.txt 404 void Trie::restore_(UInt32 key_id, std::string *key) const {

Completed in 79 milliseconds