HomeSort by relevance Sort by last modified time
    Searched refs:ref_count_ (Results 26 - 31 of 31) sorted by null

12

  /external/openfst/src/include/fst/
encode.h 175 int RefCount() const { return ref_count_.count(); }
176 int IncrRefCount() { return ref_count_.Incr(); }
177 int DecrRefCount() { return ref_count_.Decr(); }
210 RefCounter ref_count_; member in class:fst::EncodeTable
label-reachable.h 95 int RefCount() const { return ref_count_.count(); }
96 int IncrRefCount() { return ref_count_.Incr(); }
97 int DecrRefCount() { return ref_count_.Decr(); }
106 RefCounter ref_count_; // Reference count. member in class:fst::LabelReachableData
fst.h 659 return ref_count_.count();
663 return ref_count_.Incr();
667 return ref_count_.Decr();
767 RefCounter ref_count_; // Reference count member in class:fst::FstImpl
compact-fst.h 172 int RefCount() const { return ref_count_.count(); }
173 int IncrRefCount() { return ref_count_.Incr(); }
174 int DecrRefCount() { return ref_count_.Decr(); }
188 RefCounter ref_count_; member in class:fst::CompactFstData
    [all...]
  /frameworks/base/media/mca/filterfw/jni/
jni_util.h 81 int* ref_count_;
  /external/valgrind/tsan/
thread_sanitizer.cc 1160 CHECK_GT(vts->ref_count_, 0);
1161 if (AtomicDecrementRefcount(&vts->ref_count_) == 0) {
1437 int32_t ref_count_; member in class:VTS
    [all...]

Completed in 805 milliseconds

12