Lines Matching defs:key_ids
12 PredictCallback(T key_ids, U keys, std::size_t max_num_results) in PredictCallback()
79 UInt32 *key_ids, std::size_t *key_lengths, in find()
88 UInt32 *key_ids, std::size_t *key_lengths, in find()
97 std::vector<UInt32> *key_ids, std::vector<std::size_t> *key_lengths, in find()
106 std::vector<UInt32> *key_ids, std::vector<std::size_t> *key_lengths, in find()
143 UInt32 *key_ids, std::string *keys, std::size_t max_num_results) const { in predict()
152 UInt32 *key_ids, std::string *keys, std::size_t max_num_results) const { in predict()
161 std::vector<UInt32> *key_ids, std::vector<std::string> *keys, in predict()
171 std::vector<UInt32> *key_ids, std::vector<std::string> *keys, in predict()
181 UInt32 *key_ids, std::string *keys, std::size_t max_num_results) const { in predict_breadth_first()
189 UInt32 *key_ids, std::string *keys, std::size_t max_num_results) const { in predict_breadth_first()
197 std::vector<UInt32> *key_ids, std::vector<std::string> *keys, in predict_breadth_first()
206 std::vector<UInt32> *key_ids, std::vector<std::string> *keys, in predict_breadth_first()
215 UInt32 *key_ids, std::string *keys, std::size_t max_num_results) const { in predict_depth_first()
223 UInt32 *key_ids, std::string *keys, std::size_t max_num_results) const { in predict_depth_first()
231 const char *str, std::vector<UInt32> *key_ids, in predict_depth_first()
240 const char *ptr, std::size_t length, std::vector<UInt32> *key_ids, in predict_depth_first()
462 std::size_t Trie::find_(T query, U key_ids, V key_lengths, in find_()
523 std::size_t Trie::predict_breadth_first_(T query, U key_ids, V keys, in predict_breadth_first_()
590 std::size_t Trie::predict_depth_first_(T query, U key_ids, V keys, in predict_depth_first_()