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

  /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/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_);
80 a2_ = a2;
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc 1253 const EnumValueDescriptor* a2_; member in class:google::protobuf::descriptor_unittest::NestedDescriptorTest
    [all...]

Completed in 71 milliseconds