Home
last modified time | relevance | path

Searched refs:visitable1 (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/variant/detail/
H A Dapply_visitor_binary.hpp147 , Visitable1& visitable1, Visitable2& visitable2 in apply_visitor() argument
154 return boost::apply_visitor(unwrapper, visitable1); in apply_visitor()
170 , Visitable1& visitable1, Visitable2& visitable2 in apply_visitor() argument
177 return boost::apply_visitor(unwrapper, visitable1); in apply_visitor()
251 inline decltype(auto) apply_visitor(Visitor& visitor, Visitable1& visitable1, Visitable2& visitable… in apply_visitor() argument
260 return boost::apply_visitor(unwrapper, visitable1); in apply_visitor()
264 inline decltype(auto) apply_visitor(const Visitor& visitor, Visitable1& visitable1, Visitable2& vis… in apply_visitor() argument
273 return boost::apply_visitor(unwrapper, visitable1); in apply_visitor()
H A Dapply_visitor_delayed.hpp87 operator()(Visitable1& visitable1, Visitable2& visitable2) const in BOOST_VARIANT_AUX_GENERIC_RESULT_TYPE()
89 return apply_visitor(visitor_, visitable1, visitable2); in BOOST_VARIANT_AUX_GENERIC_RESULT_TYPE()