Searched defs:AtomicRefCount (Results 1 - 1 of 1) sorted by relevance
| /third_party/gn/src/base/ | ||
| H A D | atomic_ref_count.h | 15 class AtomicRefCount { class 17 constexpr AtomicRefCount() : ref_count_(0) {} in AtomicRefCount() function in base::AtomicRefCount 18 explicit constexpr AtomicRefCount(int initial_value) in AtomicRefCount() function in base::AtomicRefCount |
Completed in 1 milliseconds