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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
bind.hpp 364 A3 operator[] (boost::arg<3>) const { return base_type::a3_; }
368 A3 operator[] (boost::arg<3> (*) ()) const { return base_type::a3_; }
382 return unwrapper<F>::unwrap(f, 0)(a[base_type::a1_], a[base_type::a2_], a[base_type::a3_]);
387 return unwrapper<F const>::unwrap(f, 0)(a[base_type::a1_], a[base_type::a2_], a[base_type::a3_]);
392 unwrapper<F>::unwrap(f, 0)(a[base_type::a1_], a[base_type::a2_], a[base_type::a3_]);
397 unwrapper<F const>::unwrap(f, 0)(a[base_type::a1_], a[base_type::a2_], a[base_type::a3_]);
411 ref_compare( base_type::a3_, rhs.a3_, 0 );
427 A3 operator[] (boost::arg<3>) const { return base_type::a3_; }
432 A3 operator[] (boost::arg<3> (*) ()) const { return base_type::a3_; }
    [all...]
storage.hpp 129 storage3( A1 a1, A2 a2, A3 a3 ): storage2<A1, A2>( a1, a2 ), a3_( a3 ) {}
134 BOOST_BIND_VISIT_EACH(v, a3_, 0);
137 A3 a3_; member in struct:boost::_bi::storage3
153 static boost::arg<I> a3_() { return boost::arg<I>(); } function in struct:boost::_bi::storage3
167 static boost::arg<I> a3_() { return boost::arg<I>(); } function in struct:boost::_bi::storage3
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
proxy.h 205 : c_(c), m_(m), a1_(a1), a2_(a2), a3_(a3) {}
213 void OnMessage(talk_base::Message*) { r_.Invoke(c_, m_, a1_, a2_, a3_); }
220 T3 a3_; member in class:webrtc::MethodCall3

Completed in 72 milliseconds