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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
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 40 milliseconds