HomeSort by relevance Sort by last modified time
    Searched defs:DecrRefCount (Results 1 - 10 of 10) 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...]
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())
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()) {
compact-fst.h 174 int DecrRefCount() { return ref_count_.Decr(); }
530 if (data_ && !data_->DecrRefCount())
689 if (data_ && !data_->DecrRefCount())
    [all...]
fst.h 666 int DecrRefCount() {
834 virtual ~ImplToFst() { if (!impl_->DecrRefCount()) delete impl_; }
900 if (impl_ && !impl_->DecrRefCount()) delete impl_;
  /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_;
fst.h 453 int DecrRefCount() { return --ref_count_; }

Completed in 77 milliseconds