HomeSort by relevance Sort by last modified time
    Searched refs:a5_ (Results 1 - 3 of 3) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
bind.hpp 495 A5 operator[] (boost::arg<5>) const { return base_type::a5_; }
501 A5 operator[] (boost::arg<5> (*) ()) const { return base_type::a5_; }
515 return unwrapper<F>::unwrap(f, 0)(a[base_type::a1_], a[base_type::a2_], a[base_type::a3_], a[base_type::a4_], a[base_type::a5_]);
520 return unwrapper<F const>::unwrap(f, 0)(a[base_type::a1_], a[base_type::a2_], a[base_type::a3_], a[base_type::a4_], a[base_type::a5_]);
525 unwrapper<F>::unwrap(f, 0)(a[base_type::a1_], a[base_type::a2_], a[base_type::a3_], a[base_type::a4_], a[base_type::a5_]);
530 unwrapper<F const>::unwrap(f, 0)(a[base_type::a1_], a[base_type::a2_], a[base_type::a3_], a[base_type::a4_], a[base_type::a5_]);
546 ref_compare( base_type::a5_, rhs.a5_, 0 );
564 A5 operator[] (boost::arg<5>) const { return base_type::a5_; }
571 A5 operator[] (boost::arg<5> (*) ()) const { return base_type::a5_; }
    [all...]
storage.hpp 227 storage5( A1 a1, A2 a2, A3 a3, A4 a4, A5 a5 ): storage4<A1, A2, A3, A4>( a1, a2, a3, a4 ), a5_( a5 ) {}
232 BOOST_BIND_VISIT_EACH(v, a5_, 0);
235 A5 a5_; member in struct:boost::_bi::storage5
251 static boost::arg<I> a5_() { return boost::arg<I>(); } function in struct:boost::_bi::storage5
265 static boost::arg<I> a5_() { return boost::arg<I>(); } function in struct:boost::_bi::storage5
  /external/webrtc/talk/app/webrtc/
proxy.h 295 : c_(c), m_(m), a1_(a1), a2_(a2), a3_(a3), a4_(a4), a5_(a5) {}
303 void OnMessage(rtc::Message*) { r_.Invoke(c_, m_, a1_, a2_, a3_, a4_, a5_); }
312 T5 a5_; member in class:webrtc::MethodCall5

Completed in 95 milliseconds