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

  /external/stressapptest/src/
adler32memcpy.h 36 uint64 a1_, a2_, b1_, b2_; member in class:AdlerChecksum
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
proxy.h 182 MethodCall2(C* c, Method m, T1 a1, T2 a2) : c_(c), m_(m), a1_(a1), a2_(a2) {}
190 void OnMessage(talk_base::Message*) { r_.Invoke(c_, m_, a1_, a2_); }
196 T2 a2_; member in class:webrtc::MethodCall2
205 : c_(c), m_(m), a1_(a1), a2_(a2), a3_(a3) {}
213 void OnMessage(talk_base::Message*) { r_.Invoke(c_, m_, a1_, a2_, a3_); }
219 T2 a2_; member in class:webrtc::MethodCall3
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
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/openfst/src/include/fst/
add-on.h 70 : a1_(a1), a2_(a2) {
73 if (a2_)
74 a2_->IncrRefCount();
80 if (a2_ && !a2_->DecrRefCount())
81 delete a2_;
85 A2 *Second() const { return a2_; }
113 bool have_addon2 = a2_;
116 a2_->Write(ostrm);
132 A2 *a2_; member in class:fst::AddOnPair
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc 1253 const EnumValueDescriptor* a2_; member in class:google::protobuf::descriptor_unittest::NestedDescriptorTest
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor_unittest.cc 1255 const EnumValueDescriptor* a2_; member in class:google::protobuf::descriptor_unittest::NestedDescriptorTest
    [all...]

Completed in 368 milliseconds