Home
last modified time | relevance | path

Searched refs:final_empty_ (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/multi_index/detail/
Dindex_base.hpp208 bool final_empty_()const{return final().empty_();} in final_empty_() function in boost::multi_index::detail::index_base
Dord_index_impl.hpp294 bool empty()const BOOST_NOEXCEPT{return this->final_empty_();} in empty()
/third_party/boost/boost/multi_index/
Dsequenced_index.hpp259 bool empty()const BOOST_NOEXCEPT{return this->final_empty_();} in empty()
Drandom_access_index.hpp273 bool empty()const BOOST_NOEXCEPT{return this->final_empty_();} in empty()
Dhashed_index.hpp238 bool empty()const BOOST_NOEXCEPT{return this->final_empty_();} in empty()