Home | History | Annotate | Download | only in marisa

Lines Matching full:keys

25   void build(const char * const *keys, std::size_t num_keys,
30 void build(const std::vector<std::string> &keys,
32 void build(const std::vector<std::pair<std::string, double> > &keys,
115 UInt32 *key_ids, std::string *keys, std::size_t max_num_results) const;
117 UInt32 *key_ids, std::string *keys, std::size_t max_num_results) const;
119 UInt32 *key_ids, std::string *keys, std::size_t max_num_results) const;
123 std::vector<std::string> *keys = NULL,
127 std::vector<std::string> *keys = NULL,
131 std::vector<std::string> *keys = NULL,
135 UInt32 *key_ids, std::string *keys, std::size_t max_num_results) const;
137 UInt32 *key_ids, std::string *keys, std::size_t max_num_results) const;
139 UInt32 *key_ids, std::string *keys, std::size_t max_num_results) const;
143 std::vector<std::string> *keys = NULL,
147 std::vector<std::string> *keys = NULL,
151 std::vector<std::string> *keys = NULL,
155 UInt32 *key_ids, std::string *keys, std::size_t max_num_results) const;
157 UInt32 *key_ids, std::string *keys, std::size_t max_num_results) const;
159 UInt32 *key_ids, std::string *keys, std::size_t max_num_results) const;
163 std::vector<std::string> *keys = NULL,
167 std::vector<std::string> *keys = NULL,
171 std::vector<std::string> *keys = NULL,
206 void build_trie(Vector<Key<String> > &keys,
208 void build_trie(Vector<Key<String> > &keys,
212 void build_trie(Vector<Key<T> > &keys,
216 void build_cur(Vector<Key<T> > &keys,
219 void build_next(Vector<Key<String> > &keys,
225 UInt32 sort_keys(Vector<Key<T> > &keys) const;
228 void build_terminals(const Vector<Key<T> > &keys,
263 std::size_t predict_breadth_first_(T query, U key_ids, V keys,
266 std::size_t predict_depth_first_(T query, U key_ids, V keys,
321 marisa_status marisa_build(marisa_trie *h, const char * const *keys,