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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
bind.hpp 79 // ref_compare
81 template<class T> bool ref_compare( T const & a, T const & b, long ) function in namespace:boost::_bi
86 template<int I> bool ref_compare( arg<I> const &, arg<I> const &, int ) function in namespace:boost::_bi
91 template<int I> bool ref_compare( arg<I> (*) (), arg<I> (*) (), int ) function in namespace:boost::_bi
96 template<class T> bool ref_compare( reference_wrapper<T> const & a, reference_wrapper<T> const & b, int ) function in namespace:boost::_bi
105 template<class R, class F, class L> bool ref_compare( bind_t<R, F, L> const & a, bind_t<R, F, L> const & b, int ) function in namespace:boost::_bi
131 // ref_compare for weak_ptr
133 template<class T> bool ref_compare( value< weak_ptr<T> > const & a, value< weak_ptr<T> > const & b, int ) function in namespace:boost::_bi
268 return ref_compare(base_type::a1_, rhs.a1_, 0);
348 return ref_compare(base_type::a1_, rhs.a1_, 0) && ref_compare(base_type::a2_, rhs.a2_, 0)
    [all...]
bind_template.hpp 339 return ref_compare(f_, rhs.f_, 0) && l_ == rhs.l_;

Completed in 701 milliseconds