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

  /external/openfst/src/include/fst/
add-on.h 55 int DecrRefCount() { return ref_count_.Decr(); }
78 if (a1_ && !a1_->DecrRefCount())
80 if (a2_ && !a2_->DecrRefCount())
102 a1->DecrRefCount();
104 a2->DecrRefCount();
126 int DecrRefCount() {
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...]
symbol-table.h 144 int DecrRefCount() const {
226 if (!impl_->DecrRefCount()) delete impl_;
396 impl_->DecrRefCount();
accumulator.h 140 int DecrRefCount() { return ref_count_.Decr(); }
183 if (!data_->DecrRefCount())
381 int DecrRefCount() { return ref_count_.Decr(); }
451 if (!data_->DecrRefCount())
639 int DecrRefCount() { return ref_count_.Decr(); }
682 if (!data_->DecrRefCount())
edit-fst.h 110 int DecrRefCount() { return ref_count_.Decr(); }
442 if (!data_->DecrRefCount()) {
617 if (data_ && !data_->DecrRefCount()) {
encode.h 177 int DecrRefCount() { return ref_count_.Decr(); }
333 if (!table_->DecrRefCount()) delete table_;
label-reachable.h 97 int DecrRefCount() { return ref_count_.Decr(); }
190 if (!data_->DecrRefCount())
fst.h 666 int DecrRefCount() {
834 virtual ~ImplToFst() { if (!impl_->DecrRefCount()) delete impl_; }
900 if (impl_ && !impl_->DecrRefCount()) delete impl_;
compact-fst.h 174 int DecrRefCount() { return ref_count_.Decr(); }
530 if (data_ && !data_->DecrRefCount())
689 if (data_ && !data_->DecrRefCount())
    [all...]
matcher-fst.h 62 // int DecrRefCount();
165 data->DecrRefCount();
lookahead-matcher.h 701 data->DecrRefCount();
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
symbol-table.h 105 int DecrRefCount() const {
172 if (!impl_->DecrRefCount()) delete impl_;
336 if (!impl_->DecrRefCount()) delete impl_;
complement.h 130 virtual ~ComplementFst() { if (!impl_->DecrRefCount()) { delete impl_; }}
vector-fst.h 470 virtual ~VectorFst() { if (!impl_->DecrRefCount()) delete impl_; }
474 if (!impl_->DecrRefCount()) delete impl_;
483 if (!impl_->DecrRefCount()) delete impl_;
655 impl_->DecrRefCount();
arcsort.h 205 virtual ~ArcSortFst() { if (!impl_->DecrRefCount()) delete impl_; }
rational.h 243 virtual ~RationalFst() { if (!impl_->DecrRefCount()) delete impl_; }
const-fst.h 239 virtual ~ConstFst() { if (!impl_->DecrRefCount()) delete impl_; }
factor-weight.h 358 virtual ~FactorWeightFst() { if (!impl_->DecrRefCount()) delete impl_; }
fst.h 453 int DecrRefCount() { return --ref_count_; }
relabel.h 356 virtual ~RelabelFst() { if (!impl_->DecrRefCount()) delete impl_; }
synchronize.h 341 virtual ~SynchronizeFst() { if (!impl_->DecrRefCount()) delete impl_; }
determinize.h 561 virtual ~DeterminizeFst() { if (!impl_->DecrRefCount()) delete impl_; }
rmepsilon.h 447 virtual ~RmEpsilonFst() { if (!impl_->DecrRefCount()) delete impl_; }
compose.h 705 virtual ~ComposeFst() { if (!impl_->DecrRefCount()) delete impl_; }
    [all...]
map.h 484 virtual ~MapFst() { if (!impl_->DecrRefCount()) delete impl_; }

Completed in 107 milliseconds