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

/external/stlport/stlport/stl/
H A D_list.h180 typedef typename _Alloc_traits<_Node, _Alloc>::allocator_type _Node_allocator_type; typedef in class:_List_base
182 typedef _STLP_alloc_proxy<_Node_base, _Node, _Node_allocator_type> _AllocProxy;
186 { return _STLP_CONVERT_ALLOCATOR((const _Node_allocator_type&)_M_node, _Tp); }

Completed in 81 milliseconds