Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/
H A Dserialization.hpp440 class const_private_view class
451 const_private_view(Rtree const& rt) : m_rtree(rt) {} in const_private_view() function in boost::geometry::index::detail::rtree::const_private_view
458 const_private_view(const_private_view const&);
459 const_private_view & operator=(const_private_view const&);
501 typedef detail::rtree::const_private_view<rtree> view; in save()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/
H A Drtree.hpp206 friend class detail::rtree::const_private_view<rtree>;