Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dtoken_functions.hpp373 > assigner; in operator ()() typedef
377 assigner::clear(tok); in operator ()()
395 assigner::plus_equal(tok,*next++); in operator ()()
397 assigner::assign(start,next,tok); in operator ()()
464 > assigner; in operator ()() typedef
466 assigner::clear(tok); in operator ()()
483 assigner::plus_equal(tok,*next); in operator ()()
488 assigner::plus_equal(tok,*next); in operator ()()
498 assigner::assign(start,next,tok); in operator ()()
509 assigner::plus_equal(tok,*next); in operator ()()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/agnostic/
H A Dhull_graham_andrew.hpp269 > assigner(extremes.left, extremes.right); in apply() local
271 geometry::detail::for_each_range(geometry, assigner); in apply()
275 detail::sort(assigner.lower_points); in apply()
276 detail::sort(assigner.upper_points); in apply()
282 build_half_hull<-1>(assigner.lower_points, state.m_lower_hull, in apply()
284 build_half_hull<1>(assigner.upper_points, state.m_upper_hull, in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/
H A Dvariant.hpp1840 class assigner class in boost::variant
1850 assigner(variant& lhs, int rhs_which) BOOST_NOEXCEPT in assigner() function in boost::variant::assigner
1979 assigner& operator= (assigner const&);
1983 friend class assigner;
1993 : public assigner
1998 : assigner(lhs, rhs_which) in move_assigner()
2012 assigner::assign_impl(rhs_content, mpl::true_(), mpl::false_(), B2()); in assign_impl()
2024 assigner::lhs_.destroy_content(); // nothrow in assign_impl()
2027 new(assigner::lhs_.storage_.address()) in assign_impl()
2031 assigner::lhs_.indicate_which(assigner::rhs_which_); // nothrow in assign_impl()
[all …]