Searched defs:Refcount (Results 1 – 8 of 8) sorted by relevance
47 unsigned Refcount = 0; ///< Number of referencing PooledStringPtrs. member
47 unsigned Refcount; ///< Number of referencing PooledStringPtrs. member
36 constexpr Refcount() : count_{kRefIncrement} {} in Refcount() function38 explicit constexpr Refcount(Immortal) : count_(kImmortalTag) {} in Refcount() function
34 Refcount() : count_{1} {} in Refcount() function
36 Refcount() : count_{1} {} in Refcount() function
80 constexpr Refcount() : count_{kRefIncrement} {} in Refcount() function82 explicit constexpr Refcount(Immortal) : count_(kImmortalTag) {} in Refcount() function