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