Searched refs:num_keys_ (Results 1 – 11 of 11) sorted by relevance
/external/marisa-trie/lib/marisa/ |
D | trie.cc | 10 trie_(), tail_(), num_first_branches_(0), num_keys_(0) {} in Trie() 35 mapper.map(&temp.num_keys_); in map() 76 reader.read(&temp.num_keys_); in read() 116 writer.write(num_keys_); in write() 141 + tail_.total_size() + sizeof(num_first_branches_) + sizeof(num_keys_); in total_size() 158 Swap(&num_keys_, &rhs->num_keys_); in swap()
|
D | trie-build.cc | 125 progress.test_total_size(sizeof(num_keys_)); in build_trie() 166 num_keys_ = sort_keys(keys); in build_cur()
|
D | trie-search.cc | 44 MARISA_THROW_IF(key_id >= num_keys_, MARISA_PARAM_ERROR); in restore() 52 MARISA_THROW_IF(key_id >= num_keys_, MARISA_PARAM_ERROR); in restore() 60 MARISA_THROW_IF(key_id >= num_keys_, MARISA_PARAM_ERROR); in restore()
|
D | trie-inline.h | 135 return num_keys_; in num_keys()
|
D | trie.h | 204 UInt32 num_keys_; variable
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
D | trie.cc | 10 trie_(), tail_(), num_first_branches_(0), num_keys_(0) {} in Trie() 35 mapper.map(&temp.num_keys_); in map() 76 reader.read(&temp.num_keys_); in read() 116 writer.write(num_keys_); in write() 141 + tail_.total_size() + sizeof(num_first_branches_) + sizeof(num_keys_); in total_size() 158 Swap(&num_keys_, &rhs->num_keys_); in swap()
|
D | trie-build.cc | 134 progress.test_total_size(sizeof(num_keys_)); in build_trie() 175 num_keys_ = sort_keys(keys); in build_cur()
|
D | trie-search.cc | 44 MARISA_ALPHA_THROW_IF(key_id >= num_keys_, MARISA_ALPHA_PARAM_ERROR); in restore() 52 MARISA_ALPHA_THROW_IF(key_id >= num_keys_, MARISA_ALPHA_PARAM_ERROR); in restore() 60 MARISA_ALPHA_THROW_IF(key_id >= num_keys_, MARISA_ALPHA_PARAM_ERROR); in restore()
|
D | trie-inline.h | 136 return num_keys_; in num_keys()
|
D | trie.h | 204 UInt32 num_keys_; variable
|
/external/marisa-trie/ |
D | android_diff.txt | 113 num_keys_ = sort_keys(keys);
|