HomeSort by relevance Sort by last modified time
    Searched refs:RefCounter (Results 1 - 10 of 10) sorted by null

  /external/openfst/src/include/fst/
lock.h 76 class RefCounter {
78 RefCounter() : count_(1) {}
87 DISALLOW_COPY_AND_ASSIGN(RefCounter);
add-on.h 58 RefCounter ref_count_;
133 RefCounter ref_count_;
symbol-table.h 197 mutable RefCounter ref_count_;
accumulator.h 151 RefCounter ref_count_; // Reference count.
418 RefCounter ref_count_;
645 RefCounter ref_count_;
edit-fst.h 330 RefCounter ref_count_;
encode.h 210 RefCounter ref_count_;
label-reachable.h 106 RefCounter ref_count_; // Reference count.
fst.h 774 RefCounter ref_count_; // Reference count
compact-fst.h 196 RefCounter ref_count_;
    [all...]
  /external/chromium_org/sql/
connection_unittest.cc 31 class RefCounter {
33 RefCounter(size_t* counter)
37 RefCounter(const RefCounter& other)
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 object is no longe
    [all...]

Completed in 339 milliseconds