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
46 struct PooledString { struct48 unsigned Refcount; ///< Number of referencing PooledStringPtrs. argument51 PooledString() : Pool(0), Refcount(0) { } in PooledString() argument