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 152 int DecrRefCount() const {
235 if (!impl_->DecrRefCount()) delete impl_;
242 if (!impl_->DecrRefCount()) delete impl_;
414 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 114 int DecrRefCount() { return ref_count_.Decr(); }
447 if (!data_->DecrRefCount()) {
622 if (data_ && !data_->DecrRefCount()) {
compact-fst.h 183 int DecrRefCount() { return ref_count_.Decr(); }
536 if (data_ && !data_->DecrRefCount())
697 if (data_ && !data_->DecrRefCount())
    [all...]
fst.h 672 int DecrRefCount() {
841 virtual ~ImplToFst() { if (!impl_->DecrRefCount()) delete impl_; }
907 if (impl_ && !impl_->DecrRefCount()) delete impl_;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
symbol-table.h 104 int DecrRefCount() const {
171 if (!impl_->DecrRefCount()) delete impl_;
335 if (!impl_->DecrRefCount()) delete impl_;
fst.h 453 int DecrRefCount() { return --ref_count_; }

Completed in 337 milliseconds