Lines Matching refs:AllocatorTy
146 template<typename AllocatorTy, typename InitType>
148 AllocatorTy &Allocator,
176 template<typename AllocatorTy>
178 AllocatorTy &Allocator) {
216 template<typename AllocatorTy>
217 void Destroy(AllocatorTy &Allocator) {
235 template<typename ValueTy, typename AllocatorTy = MallocAllocator>
237 AllocatorTy Allocator;
245 explicit StringMap(AllocatorTy A)
248 StringMap(unsigned InitialSize, AllocatorTy A)
265 typedef typename ReferenceAdder<AllocatorTy>::result AllocatorRefTy;
266 typedef typename ReferenceAdder<const AllocatorTy>::result AllocatorCRefTy;