Searched defs:before_begin (Results 1 – 5 of 5) sorted by relevance
72 constexpr Item* before_begin() noexcept { return &head_; } in before_begin() function73 constexpr const Item* before_begin() const noexcept { return &head_; } in before_begin() function
169 iterator before_begin() noexcept { return iterator(list_.before_begin()); } in before_begin() function170 const_iterator before_begin() const noexcept { in before_begin() function
109 iterator before_begin() in before_begin() function in boost::container::dtl::basic_multiallocation_chain265 iterator before_begin() in before_begin() function in boost::container::dtl::transform_multiallocation_chain
564 iterator before_begin() BOOST_NOEXCEPT_OR_NOTHROW in before_begin() function in boost::container::slist575 const_iterator before_begin() const BOOST_NOEXCEPT_OR_NOTHROW in before_begin() function in boost::container::slist
602 iterator before_begin() in before_begin() function in boost::intrusive::slist_impl611 const_iterator before_begin() const in before_begin() function in boost::intrusive::slist_impl