Searched refs:DecrRefCount (Results 1 - 24 of 24) sorted by relevance

/external/openfst/src/include/fst/
H A Dadd-on.h55 int DecrRefCount() { return ref_count_.Decr(); } function in class:fst::NullAddOn
78 if (a1_ && !a1_->DecrRefCount())
80 if (a2_ && !a2_->DecrRefCount())
102 a1->DecrRefCount();
104 a2->DecrRefCount();
126 int DecrRefCount() { function in class:fst::AddOnPair
141 // and 'int DecrRefCount()' methods (e.g. 'MatcherData' in matcher-fst.h).
182 if (t_ && !t_->DecrRefCount())
236 t->DecrRefCount();
276 if (t_ && !t_->DecrRefCount())
[all...]
H A Dsymbol-table.h152 int DecrRefCount() const { function in class:fst::SymbolTableImpl
235 if (!impl_->DecrRefCount()) delete impl_;
242 if (!impl_->DecrRefCount()) delete impl_;
414 impl_->DecrRefCount();
H A Daccumulator.h140 int DecrRefCount() { return ref_count_.Decr(); } function in class:fst::FastLogAccumulatorData
183 if (!data_->DecrRefCount())
381 int DecrRefCount() { return ref_count_.Decr(); } function in class:fst::CacheLogAccumulatorData
451 if (!data_->DecrRefCount())
639 int DecrRefCount() { return ref_count_.Decr(); } function in class:fst::ReplaceAccumulatorData
682 if (!data_->DecrRefCount())
H A Dencode.h177 int DecrRefCount() { return ref_count_.Decr(); } function in class:fst::EncodeTable
333 if (!table_->DecrRefCount()) delete table_;
H A Dlabel-reachable.h97 int DecrRefCount() { return ref_count_.Decr(); } function in class:fst::LabelReachableData
190 if (!data_->DecrRefCount())
H A Dedit-fst.h114 int DecrRefCount() { return ref_count_.Decr(); } function in class:fst::EditFstData
447 if (!data_->DecrRefCount()) {
622 if (data_ && !data_->DecrRefCount()) {
H A Dfst.h672 int DecrRefCount() { function in class:fst::FstImpl
841 virtual ~ImplToFst() { if (!impl_->DecrRefCount()) delete impl_; }
907 if (impl_ && !impl_->DecrRefCount()) delete impl_;
H A Dmatcher-fst.h62 // int DecrRefCount();
165 data->DecrRefCount();
H A Dcompact-fst.h183 int DecrRefCount() { return ref_count_.Decr(); } function in class:fst::CompactFstData
536 if (data_ && !data_->DecrRefCount())
697 if (data_ && !data_->DecrRefCount())
H A Dlookahead-matcher.h700 data->DecrRefCount();
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dsymbol-table.h104 int DecrRefCount() const { function in class:fst::SymbolTableImpl
171 if (!impl_->DecrRefCount()) delete impl_;
335 if (!impl_->DecrRefCount()) delete impl_;
H A Dvector-fst.h472 virtual ~VectorFst() { if (!impl_->DecrRefCount()) delete impl_; }
476 if (!impl_->DecrRefCount()) delete impl_;
485 if (!impl_->DecrRefCount()) delete impl_;
657 impl_->DecrRefCount();
H A Darcsort.h205 virtual ~ArcSortFst() { if (!impl_->DecrRefCount()) delete impl_; }
H A Dcomplement.h130 virtual ~ComplementFst() { if (!impl_->DecrRefCount()) { delete impl_; }}
H A Dconst-fst.h241 virtual ~ConstFst() { if (!impl_->DecrRefCount()) delete impl_; }
H A Dfst.h453 int DecrRefCount() { return --ref_count_; } function in class:fst::FstImpl
H A Drational.h243 virtual ~RationalFst() { if (!impl_->DecrRefCount()) delete impl_; }
H A Dfactor-weight.h356 virtual ~FactorWeightFst() { if (!impl_->DecrRefCount()) delete impl_; }
H A Drelabel.h355 virtual ~RelabelFst() { if (!impl_->DecrRefCount()) delete impl_; }
H A Drmepsilon.h445 virtual ~RmEpsilonFst() { if (!impl_->DecrRefCount()) delete impl_; }
H A Dsynchronize.h341 virtual ~SynchronizeFst() { if (!impl_->DecrRefCount()) delete impl_; }
H A Dcompose.h702 virtual ~ComposeFst() { if (!impl_->DecrRefCount()) delete impl_; }
H A Ddeterminize.h561 virtual ~DeterminizeFst() { if (!impl_->DecrRefCount()) delete impl_; }
H A Dmap.h484 virtual ~MapFst() { if (!impl_->DecrRefCount()) delete impl_; }

Completed in 196 milliseconds