Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dvector.hpp2230 template<class UniqueBool, class BidirIt, class Compare>
2231 void priv_merge(UniqueBool, BidirIt first, BidirIt last, Compare comp) in priv_merge() argument
2245 this->priv_merge_in_new_buffer(UniqueBool(), first, n, comp, p, new_cap); in priv_merge()
2252 if(UniqueBool::value){ in priv_merge()
2264 template<class UniqueBool, class FwdIt, class Compare>
2266 … (UniqueBool, FwdIt first, size_type n, Compare comp, pointer new_storage, size_type const new_cap) in priv_merge_in_new_buffer() argument
2295 else if(UniqueBool::value && !comp(*pbeg, *first)){ in priv_merge_in_new_buffer()