HomeSort by relevance Sort by last modified time
    Searched full:a2_ (Results 1 - 2 of 2) 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/protobuf/src/google/protobuf/
descriptor_unittest.cc 1253 const EnumValueDescriptor* a2_; member in class:google::protobuf::descriptor_unittest::NestedDescriptorTest
    [all...]

Completed in 724 milliseconds