Searched defs:DecrRefCount (Results 1 - 10 of 10) 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 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 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 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 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 Dfst.h672 int DecrRefCount() { function in class:fst::FstImpl
841 virtual ~ImplToFst() { if (!impl_->DecrRefCount()) delete impl_; }
907 if (impl_ && !impl_->DecrRefCount()) delete impl_;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dsymbol-table.h105 int DecrRefCount() const { function in class:fst::SymbolTableImpl
172 if (!impl_->DecrRefCount()) delete impl_;
336 if (!impl_->DecrRefCount()) delete impl_;
H A Dfst.h453 int DecrRefCount() { return --ref_count_; } function in class:fst::FstImpl

Completed in 307 milliseconds