Lines Matching refs:using
17 using pointer = T*;
18 using const_pointer = const T*;
19 using reference = T&;
20 using const_reference = const T&;
21 using value_type = T;
22 using size_type = size_t;
23 using difference_type = ptrdiff_t;
26 using other = ZoneAllocator<O>;
39 // exported, or using composition instead of inheritance for either
98 using other = RecyclingZoneAllocator<O>;
146 using ZoneBoolAllocator = ZoneAllocator<bool>;
147 using ZoneIntAllocator = ZoneAllocator<int>;