Searched refs:RefCounter (Results 1 - 10 of 10) sorted by relevance

/external/openfst/src/include/fst/
H A Dlock.h76 class RefCounter { class in namespace:fst
78 RefCounter() : count_(1) {} function in class:fst::RefCounter
87 DISALLOW_COPY_AND_ASSIGN(RefCounter);
H A Dadd-on.h58 RefCounter ref_count_;
133 RefCounter ref_count_;
H A Daccumulator.h151 RefCounter ref_count_; // Reference count.
418 RefCounter ref_count_;
645 RefCounter ref_count_;
H A Dsymbol-table.h197 mutable RefCounter ref_count_;
H A Dencode.h210 RefCounter ref_count_;
H A Dlabel-reachable.h106 RefCounter ref_count_; // Reference count.
H A Dedit-fst.h330 RefCounter ref_count_;
H A Dfst.h774 RefCounter ref_count_; // Reference count
H A Dcompact-fst.h196 RefCounter ref_count_;
/external/chromium_org/sql/
H A Dconnection_unittest.cc31 class RefCounter { class in namespace:__anon10694
33 RefCounter(size_t* counter) function in class:__anon10694::RefCounter
37 RefCounter(const RefCounter& other) function in class:__anon10694::RefCounter
41 ~RefCounter() {
48 DISALLOW_ASSIGN(RefCounter);
57 const RefCounter& r,
67 const RefCounter& r,
259 // RefCounter() counts how many objects are live using an external
261 // can check directly even if the RefCounter objec
[all...]

Completed in 160 milliseconds