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