Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A Diterator_range.h33 IteratorT begin_iterator, end_iterator; variable
41 : begin_iterator(c.begin()), end_iterator(c.end()) {} in iterator_range()
42 iterator_range(IteratorT begin_iterator, IteratorT end_iterator) in iterator_range() argument
44 end_iterator(std::move(end_iterator)) {} in iterator_range()
47 IteratorT end() const { return end_iterator; } in end()
/freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
H A Dbasic_tree_policy_base.hpp107 end_iterator() const in end_iterator() function
164 end_iterator() const in end_iterator() function
/freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/detail/tree_policy/
H A Dorder_statistics_imp.hpp76 return (PB_DS_BASE_C_DEC::end_iterator()); in find_by_order()