Home | History | Annotate | Download | only in ADT

Lines Matching refs:AllocatorTy

147   template<typename AllocatorTy, typename InitType>
149 AllocatorTy &Allocator,
177 template<typename AllocatorTy>
179 AllocatorTy &Allocator) {
219 template<typename AllocatorTy>
220 void Destroy(AllocatorTy &Allocator) {
238 template<typename ValueTy, typename AllocatorTy = MallocAllocator>
240 AllocatorTy Allocator;
247 explicit StringMap(AllocatorTy A)
263 typedef typename ReferenceAdder<AllocatorTy>::result AllocatorRefTy;
264 typedef typename ReferenceAdder<const AllocatorTy>::result AllocatorCRefTy;