HomeSort by relevance Sort by last modified time
    Searched defs:visit_each (Results 1 - 2 of 2) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
visit_each.hpp 17 inline void visit_each(Visitor& visitor, const T& t, long) function in namespace:boost
23 inline void visit_each(Visitor& visitor, const T& t) function in namespace:boost
25 visit_each(visitor, t, 0);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
bind.hpp 31 #include <boost/visit_each.hpp>
33 // Borland-specific bug, visit_each() silently fails to produce code
36 # define BOOST_BIND_VISIT_EACH boost::visit_each
38 # define BOOST_BIND_VISIT_EACH visit_each
1240 template<class V, class T> void visit_each( V & v, value<T> const & t, int ) function in namespace:boost::_bi
1246 template<class V, class R, class F, class L> void visit_each( V & v, bind_t<R, F, L> const & t, int ) function in namespace:boost::_bi
1260 template<class V, class T> void visit_each( V & v, _bi::value<T> const & t, int ) function in namespace:boost
1265 template<class V, class R, class F, class L> void visit_each( V & v, _bi::bind_t<R, F, L> const & t, int ) function in namespace:boost
    [all...]

Completed in 218 milliseconds