Lines Matching refs:ends_at
372 while (!query.ends_at(pos)) { in lookup_()
401 if (query.ends_at(pos)) { in trie_match()
441 if (query.ends_at(pos + i) || (ptr[i] != query[pos + i])) { in tail_match()
448 if (query.ends_at(pos) || (*ptr != query[pos])) { in tail_match()
482 } while (!query.ends_at(pos) && find_child<T>(node, query, pos)); in find_()
497 } while (!query.ends_at(pos) && find_child<T>(node, query, pos)); in find_first_()
512 } while (!query.ends_at(pos) && find_child<T>(node, query, pos)); in find_last_()
530 while (!query.ends_at(pos)) { in predict_breadth_first_()
601 while (!query.ends_at(pos)) { in predict_depth_first_()
676 if (query.ends_at(pos)) { in trie_prefix_match()
721 if (query.ends_at(pos + i)) { in tail_prefix_match()
733 if (query.ends_at(pos)) { in tail_prefix_match()