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

/external/stlport/stlport/stl/
H A D_string_base.h50 typedef _STLP_alloc_proxy<_Tp*, _Tp, allocator_type> _AllocProxy; typedef in class:_String_base
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)) {
H A D_list.h182 typedef _STLP_alloc_proxy<_Node_base, _Node, _Node_allocator_type> _AllocProxy; typedef in class:_List_base
193 _M_node(__move_source<_AllocProxy>(src.get()._M_node)) {
216 _AllocProxy _M_node;
H A D_tree.h241 typedef _STLP_alloc_proxy<_Node_base, _Node, _M_node_allocator_type> _AllocProxy; typedef in class:_Rb_tree_base
256 _M_header(__move_source<_AllocProxy>(src.get()._M_header)) {
282 _AllocProxy _M_header;
H A D_vector.h64 typedef _STLP_alloc_proxy<pointer, _Tp, allocator_type> _AllocProxy; typedef in class:_Vector_base
80 _M_end_of_storage(__move_source<_AllocProxy>(src.get()._M_end_of_storage)) {
97 _AllocProxy _M_end_of_storage;
H A D_slist.h155 typedef _STLP_alloc_proxy<_Slist_node_base, _Node, _M_node_allocator_type> _AllocProxy; typedef in class:_Slist_base
166 _M_head(__move_source<_AllocProxy>(src.get()._M_head))
186 _AllocProxy _M_head;

Completed in 327 milliseconds