Home
last modified time | relevance | path

Searched refs:conv_or_rng (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/geometry/index/
H A Drtree.hpp627 inline void insert(ConvertibleOrRange const& conv_or_rng) in insert() argument
637 this->insert_dispatch(conv_or_rng, is_conv_t()); in insert()
726 inline size_type remove(ConvertibleOrRange const& conv_or_rng) in remove() argument
736 return this->remove_dispatch(conv_or_rng, is_conv_t()); in remove()
1824 ConvertibleOrRange const& conv_or_rng) in insert() argument
1826 tree.insert(conv_or_rng); in insert()
1900 ConvertibleOrRange const& conv_or_rng) in remove() argument
1902 return tree.remove(conv_or_rng); in remove()