Home | History | Annotate | Download | only in fst

Lines Matching refs:ref_count_

181   int RefCount() const { return ref_count_.count(); }
182 int IncrRefCount() { return ref_count_.Incr(); }
183 int DecrRefCount() { return ref_count_.Decr(); }
196 RefCounter ref_count_;