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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
bind.hpp 428 A4 operator[] (boost::arg<4>) const { return base_type::a4_; }
433 A4 operator[] (boost::arg<4> (*) ()) const { return base_type::a4_; }
447 return unwrapper<F>::unwrap(f, 0)(a[base_type::a1_], a[base_type::a2_], a[base_type::a3_], a[base_type::a4_]);
452 return unwrapper<F const>::unwrap(f, 0)(a[base_type::a1_], a[base_type::a2_], a[base_type::a3_], a[base_type::a4_]);
457 unwrapper<F>::unwrap(f, 0)(a[base_type::a1_], a[base_type::a2_], a[base_type::a3_], a[base_type::a4_]);
462 unwrapper<F const>::unwrap(f, 0)(a[base_type::a1_], a[base_type::a2_], a[base_type::a3_], a[base_type::a4_]);
477 ref_compare( base_type::a4_, rhs.a4_, 0 );
494 A4 operator[] (boost::arg<4>) const { return base_type::a4_; }
500 A4 operator[] (boost::arg<4> (*) ()) const { return base_type::a4_; }
    [all...]
storage.hpp 178 storage4( A1 a1, A2 a2, A3 a3, A4 a4 ): storage3<A1, A2, A3>( a1, a2, a3 ), a4_( a4 ) {}
183 BOOST_BIND_VISIT_EACH(v, a4_, 0);
186 A4 a4_; member in struct:boost::_bi::storage4
202 static boost::arg<I> a4_() { return boost::arg<I>(); } function in struct:boost::_bi::storage4
216 static boost::arg<I> a4_() { return boost::arg<I>(); } function in struct:boost::_bi::storage4
  /external/webrtc/talk/app/webrtc/
proxy.h 269 : c_(c), m_(m), a1_(a1), a2_(a2), a3_(a3), a4_(a4) {}
277 void OnMessage(rtc::Message*) { r_.Invoke(c_, m_, a1_, a2_, a3_, a4_); }
285 T4 a4_; member in class:webrtc::MethodCall4
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_); }
311 T4 a4_; member in class:webrtc::MethodCall5

Completed in 2025 milliseconds