Home
last modified time | relevance | path

Searched refs:end_iterator (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/ADT/
HDiterator_range.h32 IteratorT begin_iterator, end_iterator; variable
35 iterator_range(IteratorT begin_iterator, IteratorT end_iterator) in iterator_range() argument
37 end_iterator(std::move(end_iterator)) {} in iterator_range()
40 IteratorT end() const { return end_iterator; } in end()
/NextBSD/contrib/libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
Dbasic_tree_policy_base.hpp107 end_iterator() const in end_iterator() function
164 end_iterator() const in end_iterator() function
/NextBSD/contrib/libstdc++/include/ext/pb_ds/detail/tree_policy/
Dorder_statistics_imp.hpp76 return (PB_DS_BASE_C_DEC::end_iterator()); in find_by_order()