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