Searched refs:PooledString (Results 1 – 3 of 3) sorted by relevance
46 struct PooledString { struct51 PooledString() : Pool(0), Refcount(0) { } in PooledString() argument56 typedef StringMap<PooledString> table_t;57 typedef StringMapEntry<PooledString> entry_t;
46 struct PooledString { struct51 PooledString() = default; argument56 using table_t = StringMap<PooledString>;57 using entry_t = StringMapEntry<PooledString>;
45 struct PooledString { struct50 PooledString() : Pool(nullptr), Refcount(0) { } in PooledString() argument55 typedef StringMap<PooledString> table_t;56 typedef StringMapEntry<PooledString> entry_t;