Home | History | Annotate | Download | only in pat_trie_

Lines Matching defs:_Alloc

66       template<typename Metadata, typename _Alloc>
70 typedef _Alloc allocator_type;
71 typedef typename _Alloc::template rebind<Metadata> __rebind_m;
82 template<typename _Alloc>
83 struct _Metadata<null_type, _Alloc>
86 typedef _Alloc allocator_type;
96 typedef typename Metadata::allocator_type _Alloc;
99 typedef _Alloc allocator_type;
102 typedef typename _Alloc::template rebind<_Node_base> __rebind_n;
111 typedef typename _Alloc::template rebind<_ATraits> __rebind_at;
218 typedef typename base_type::allocator_type _Alloc;
219 typedef _Alloc allocator_type;
220 typedef typename _Alloc::size_type size_type;
227 typedef typename _Alloc::template rebind<base_type> __rebind_n;
231 typedef typename _Alloc::template rebind<leaf>::other __rebind_l;
235 typedef typename _Alloc::template rebind<_Inode>::other __rebind_in;
243 typedef typename _Alloc::template rebind<node_pointer>::other __rebind_np;
261 typedef typename _Alloc::difference_type difference_type;
324 typedef typename _Alloc::difference_type difference_type;
502 typedef allocator_type _Alloc;
503 typedef typename _Alloc::template rebind<Node> __rebind_n;
505 typedef typename _Alloc::template rebind<Leaf> __rebind_l;
508 typedef typename _Alloc::template rebind<Head> __rebind_h;
511 typedef typename _Alloc::template rebind<Inode> __rebind_in;
801 _Node_citer<Node, Leaf, Head, Inode, _CIterator, Iterator, _ATraits, _Alloc>
804 _Node_iter<Node, Leaf, Head, Inode, _CIterator, Iterator, _ATraits, _Alloc>
813 typename _Alloc>
817 typedef typename _Alloc::template rebind<Node> __rebind_n;
820 typedef typename _Alloc::template rebind<Leaf> __rebind_l;
824 typedef typename _Alloc::template rebind<Inode> __rebind_in;
859 typedef typename _Alloc::size_type size_type;
869 typedef typename _Alloc::template rebind<metadata_type> __rebind_m;
942 typename _Alloc>
944 : public _Node_citer<Node, Leaf, Head, Inode, _CIterator, Iterator, _Alloc>
948 _CIterator, Iterator, _Alloc> base_type;
949 typedef typename _Alloc::template rebind<Node> __rebind_n;