Searched refs:_M_node_allocator_type (Results 1 - 2 of 2) sorted by relevance

/external/stlport/stlport/stl/
H A D_slist.h151 typedef typename _Alloc_traits<_Node,_Alloc>::allocator_type _M_node_allocator_type; typedef in class:_Slist_base
155 typedef _STLP_alloc_proxy<_Slist_node_base, _Node, _M_node_allocator_type> _AllocProxy;
185 { return _STLP_CONVERT_ALLOCATOR((const _M_node_allocator_type&)_M_head, _Tp); }
H A D_tree.h240 typedef typename _Alloc_traits<_Node, _Alloc>::allocator_type _M_node_allocator_type; typedef in class:_Rb_tree_base
241 typedef _STLP_alloc_proxy<_Node_base, _Node, _M_node_allocator_type> _AllocProxy;

Completed in 98 milliseconds