Home
last modified time | relevance | path

Searched defs:AtomicRefCount (Results 1 - 1 of 1) sorted by relevance

/third_party/gn/src/base/
H A Datomic_ref_count.h15 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