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

  /external/openfst/src/include/fst/
add-on.h 70 : a1_(a1), a2_(a2) {
71 if (a1_)
72 a1_->IncrRefCount();
78 if (a1_ && !a1_->DecrRefCount())
79 delete a1_;
84 A1 *First() const { return a1_; }
109 bool have_addon1 = a1_;
112 a1_->Write(ostrm);
131 A1 *a1_; member in class:fst::AddOnPair
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
proxy.h 140 MethodCall1(C* c, Method m, T1 a1) : c_(c), m_(m), a1_(a1) {}
148 void OnMessage(talk_base::Message*) { r_.Invoke(c_, m_, a1_); }
153 T1 a1_; member in class:webrtc::MethodCall1
161 ConstMethodCall1(C* c, Method m, T1 a1) : c_(c), m_(m), a1_(a1) {}
169 void OnMessage(talk_base::Message*) { r_.Invoke(c_, m_, a1_); }
174 T1 a1_; member in class:webrtc::ConstMethodCall1
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_); }
195 T1 a1_; member in class:webrtc::MethodCall2
205 : c_(c), m_(m), a1_(a1), a2_(a2), a3_(a3) {
218 T1 a1_; member in class:webrtc::MethodCall3
    [all...]
  /external/stressapptest/src/
adler32memcpy.h 36 uint64 a1_, a2_, b1_, b2_; member in class:AdlerChecksum
adler32memcpy.cc 66 return ( (a1_ == other.a1_) && (a2_ == other.a2_) &&
73 snprintf(buffer, sizeof(buffer), "%llx%llx%llx%llx", a1_, a2_, b1_, b2_);
79 a1_ = a1;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
bind.hpp 227 A1 operator[] (boost::arg<1>) const { return base_type::a1_; }
229 A1 operator[] (boost::arg<1> (*) ()) const { return base_type::a1_; }
243 return unwrapper<F>::unwrap(f, 0)(a[base_type::a1_]);
248 return unwrapper<F const>::unwrap(f, 0)(a[base_type::a1_]);
253 unwrapper<F>::unwrap(f, 0)(a[base_type::a1_]);
258 unwrapper<F const>::unwrap(f, 0)(a[base_type::a1_]);
268 return ref_compare(base_type::a1_, rhs.a1_, 0);
285 A1 operator[] (boost::arg<1>) const { return base_type::a1_; }
288 A1 operator[] (boost::arg<1> (*) ()) const { return base_type::a1_; }
    [all...]
storage.hpp 42 explicit storage1( A1 a1 ): a1_( a1 ) {}
46 BOOST_BIND_VISIT_EACH(v, a1_, 0);
49 A1 a1_; member in struct:boost::_bi::storage1
60 static boost::arg<I> a1_() { return boost::arg<I>(); } function in struct:boost::_bi::storage1
69 static boost::arg<I> a1_() { return boost::arg<I>(); } function in struct:boost::_bi::storage1

Completed in 906 milliseconds