Home
last modified time | relevance | path

Searched defs:before_begin (Results 1 – 5 of 5) sorted by relevance

/external/pigweed/pw_containers/public/pw_containers/internal/
Dintrusive_list.h72 constexpr Item* before_begin() noexcept { return &head_; } in before_begin() function
73 constexpr const Item* before_begin() const noexcept { return &head_; } in before_begin() function
/external/pigweed/pw_containers/public/pw_containers/
Dintrusive_forward_list.h169 iterator before_begin() noexcept { return iterator(list_.before_begin()); } in before_begin() function
170 const_iterator before_begin() const noexcept { in before_begin() function
/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Dmultiallocation_chain.hpp109 iterator before_begin() in before_begin() function in boost::container::dtl::basic_multiallocation_chain
265 iterator before_begin() in before_begin() function in boost::container::dtl::transform_multiallocation_chain
/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Dslist.hpp564 iterator before_begin() BOOST_NOEXCEPT_OR_NOTHROW in before_begin() function in boost::container::slist
575 const_iterator before_begin() const BOOST_NOEXCEPT_OR_NOTHROW in before_begin() function in boost::container::slist
/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/
Dslist.hpp602 iterator before_begin() in before_begin() function in boost::intrusive::slist_impl
611 const_iterator before_begin() const in before_begin() function in boost::intrusive::slist_impl