Home
last modified time | relevance | path

Searched refs:_AllocProxy (Results 1 – 5 of 5) sorted by relevance

/external/stlport/stlport/stl/
D_string_base.h50 typedef _STLP_alloc_proxy<_Tp*, _Tp, allocator_type> _AllocProxy; typedef
87 _AllocProxy _M_start_of_storage;
146 : _M_start_of_storage(__move_source<_AllocProxy>(src.get()._M_start_of_storage)) {
150 _M_start_of_storage(__move_source<_AllocProxy>(src.get()._M_start_of_storage)) {
D_tree.h241 typedef _STLP_alloc_proxy<_Node_base, _Node, _M_node_allocator_type> _AllocProxy;
256 _M_header(__move_source<_AllocProxy>(src.get()._M_header)) {
282 _AllocProxy _M_header;
D_list.h182 typedef _STLP_alloc_proxy<_Node_base, _Node, _Node_allocator_type> _AllocProxy;
193 _M_node(__move_source<_AllocProxy>(src.get()._M_node)) {
216 _AllocProxy _M_node;
D_vector.h64 typedef _STLP_alloc_proxy<pointer, _Tp, allocator_type> _AllocProxy; typedef
80 _M_end_of_storage(__move_source<_AllocProxy>(src.get()._M_end_of_storage)) { in _Vector_base()
97 _AllocProxy _M_end_of_storage;
D_slist.h155 typedef _STLP_alloc_proxy<_Slist_node_base, _Node, _M_node_allocator_type> _AllocProxy;
166 _M_head(__move_source<_AllocProxy>(src.get()._M_head))
186 _AllocProxy _M_head;