Searched defs:AtomicRefCount (Results 1 – 1 of 1) sorted by relevance
17 constexpr AtomicRefCount() : ref_count_(0) {} in AtomicRefCount() function18 explicit constexpr AtomicRefCount(int initial_value) in AtomicRefCount() function