Lines Matching refs:found_key_ids
217 std::vector<marisa::UInt32> found_key_ids; in benchmark_find() local
219 found_key_ids.clear(); in benchmark_find()
220 const std::size_t num_keys = trie.find(keys[i].first, &found_key_ids); in benchmark_find()
221 if ((num_keys == 0) || (found_key_ids.back() != key_ids[i])) { in benchmark_find()
233 std::vector<marisa::UInt32> found_key_ids; in benchmark_predict_breadth_first() local
238 found_key_ids.clear(); in benchmark_predict_breadth_first()
241 keys[i].first, &found_key_ids, found_keys_ref); in benchmark_predict_breadth_first()
242 if ((num_keys == 0) || (found_key_ids.front() != key_ids[i])) { in benchmark_predict_breadth_first()
254 std::vector<marisa::UInt32> found_key_ids; in benchmark_predict_depth_first() local
259 found_key_ids.clear(); in benchmark_predict_depth_first()
262 keys[i].first, &found_key_ids, found_keys_ref); in benchmark_predict_depth_first()
263 if ((num_keys == 0) || (found_key_ids.front() != key_ids[i])) { in benchmark_predict_depth_first()