Searched defs:PooledString (Results 1 – 2 of 2) sorted by relevance
45 struct PooledString { struct47 unsigned Refcount; ///< Number of referencing PooledStringPtrs. argument50 PooledString() : Pool(nullptr), Refcount(0) { } in PooledString() argument
45 struct PooledString { struct47 unsigned Refcount = 0; ///< Number of referencing PooledStringPtrs. argument50 PooledString() = default; argument