reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
154 using ScopeTy = ScopedHashTableScope<K, V, KInfo, AllocatorTy>; 165 AllocatorTy Allocator; 169 ScopedHashTable(AllocatorTy A) : Allocator(A) {} 178 AllocatorTy &getAllocator() { return Allocator; } 179 const AllocatorTy &getAllocator() const { return Allocator; }