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

  /external/webrtc/talk/app/webrtc/
proxy.h 221 MethodCall2(C* c, Method m, T1 a1, T2 a2) : c_(c), m_(m), a1_(a1), a2_(a2) {}
229 void OnMessage(rtc::Message*) { r_.Invoke(c_, m_, a1_, a2_); }
235 T2 a2_; member in class:webrtc::MethodCall2
244 : c_(c), m_(m), a1_(a1), a2_(a2), a3_(a3) {}
252 void OnMessage(rtc::Message*) { r_.Invoke(c_, m_, a1_, a2_, a3_); }
258 T2 a2_; member in class:webrtc::MethodCall3
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_); }
283 T2 a2_; member in class:webrtc::MethodCall4
295 : c_(c), m_(m), a1_(a1), a2_(a2), a3_(a3), a4_(a4), a5_(a5) {
309 T2 a2_; member in class:webrtc::MethodCall5
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
bind.hpp 286 A2 operator[] (boost::arg<2>) const { return base_type::a2_; }
289 A2 operator[] (boost::arg<2> (*) ()) const { return base_type::a2_; }
303 return unwrapper<F>::unwrap(f, 0)(a[base_type::a1_], a[base_type::a2_]);
308 return unwrapper<F const>::unwrap(f, 0)(a[base_type::a1_], a[base_type::a2_]);
313 unwrapper<F>::unwrap(f, 0)(a[base_type::a1_], a[base_type::a2_]);
318 unwrapper<F const>::unwrap(f, 0)(a[base_type::a1_], a[base_type::a2_]);
323 return a[ base_type::a1_ ] && a[ base_type::a2_ ];
328 return a[ base_type::a1_ ] && a[ base_type::a2_ ];
333 return a[ base_type::a1_ ] || a[ base_type::a2_ ];
338 return a[ base_type::a1_ ] || a[ base_type::a2_ ];
    [all...]
storage.hpp 80 storage2( A1 a1, A2 a2 ): storage1<A1>( a1 ), a2_( a2 ) {}
85 BOOST_BIND_VISIT_EACH(v, a2_, 0);
88 A2 a2_; member in struct:boost::_bi::storage2
104 static boost::arg<I> a2_() { return boost::arg<I>(); } function in struct:boost::_bi::storage2
118 static boost::arg<I> a2_() { return boost::arg<I>(); } function in struct:boost::_bi::storage2
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc 1353 const EnumValueDescriptor* a2_; member in class:google::protobuf::descriptor_unittest::NestedDescriptorTest
    [all...]

Completed in 138 milliseconds