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 Dsymbol-table.h144 int DecrRefCount() const { function in class:fst::SymbolTableImpl
226 if (!impl_->DecrRefCount()) delete impl_;
396 impl_->DecrRefCount();
H A Dedit-fst.h110 int DecrRefCount() { return ref_count_.Decr(); } function in class:fst::EditFstData
442 if (!data_->DecrRefCount()) {
617 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 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.h174 int DecrRefCount() { return ref_count_.Decr(); } function in class:fst::CompactFstData
530 if (data_ && !data_->DecrRefCount())
689 if (data_ && !data_->DecrRefCount())
H A Dfst.h666 int DecrRefCount() { function in class:fst::FstImpl
834 virtual ~ImplToFst() { if (!impl_->DecrRefCount()) delete impl_; }
900 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 138 milliseconds