Searched refs:rebind (Results 1 – 9 of 9) sorted by relevance
156 …typedef typename A::template rebind<std::pair<typename A::value_type, typename A::value_type> >::o… in TestBrokenAllocator()284 using AllocatorFooChar = typename Allocator::template rebind<FooChar>::other;285 using AllocatorFooDouble = typename Allocator::template rebind<FooDouble>::other;286 using AllocatorFooInt = typename AllocatorFooChar::template rebind<FooInt>::other;287 using AllocatorFooFloat = typename AllocatorFooDouble::template rebind<FooFloat>::other;
53 struct rebind { struct141 struct rebind { struct260 struct rebind { struct389 struct rebind { struct516 struct rebind {600 struct rebind {622 struct rebind {
80 template<typename U> struct rebind { struct104 template<typename U> struct rebind { argument
74 template<typename U> struct rebind { struct93 template<typename U> struct rebind { struct
244 template<typename U> struct rebind { struct269 template<typename U> struct rebind { struct
96 template<typename U> struct rebind { struct148 template<typename U> struct rebind { struct
50 template<typename U> struct rebind {73 template<typename U> struct rebind {
451 struct rebind { struct in only_node_counting_allocator
1228 struct rebind { typedef allocator<U> other; }; argument