Searched refs:RefCountType (Results 1 – 2 of 2) sorted by relevance
47 using RefCountType = std::atomic<size_t>;48 using PoolMap = std::unordered_map<std::string, RefCountType>;
56 using RefCountType = std::atomic<size_t>; variable57 using PoolMap = StringMap<RefCountType>;58 using PoolMapEntry = StringMapEntry<RefCountType>;