Searched defs:_STLP_alloc_proxy (Results 1 - 10 of 10) sorted by relevance

/external/stlport/src/
H A Dlocale_impl.h39 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<locale::facet**, locale::facet*, allocator<locale::facet*> >; variable
H A Dstring.cpp37 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<char*, char, allocator<char> >; variable in typeref:class:_STLP_CLASS_DECLSPEC
H A Ddll_main.cpp117 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<_Slist_node_base**, _Slist_node_base*, variable in typeref:class:_STLP_CLASS_DECLSPEC
140 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<locale::facet**, locale::facet*, allocator<locale::facet*> >; variable in typeref:class:_STLP_CLASS_DECLSPEC
165 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<void**, void*, allocator<void*> >; variable in typeref:class:_STLP_CLASS_DECLSPEC
170 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<_List_node_base, _VoidPtr_Node, allocator<_VoidPtr_Node> >; variable in typeref:class:_STLP_CLASS_DECLSPEC
175 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<_Slist_node_base, _Slist_node<void*>, allocator<_Slist_node<void*> > >; variable in typeref:class:_STLP_CLASS_DECLSPEC
179 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<size_t, void*, allocator<void*> >; variable in typeref:class:_STLP_CLASS_DECLSPEC
180 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<void***, void**, allocator<void**> >; variable in typeref:class:_STLP_CLASS_DECLSPEC
/external/stlport/stlport/stl/
H A D_abbrevs.h48 # define _STLP_alloc_proxy P__A macro
H A D_alloc.h206 // to dynamic overload selection in _STLP_alloc_proxy methods
472 class _STLP_alloc_proxy : public _MaybeReboundAlloc { class in inherits:_MaybeReboundAlloc
476 typedef _STLP_alloc_proxy<_Value, _Tp, _MaybeReboundAlloc> _Self;
480 _STLP_alloc_proxy (const _MaybeReboundAlloc& __a, _Value __p) : function in class:_STLP_alloc_proxy
484 _STLP_alloc_proxy (__move_source<_Self> src) : function in class:_STLP_alloc_proxy
518 * move datas from an instance to the oher, _STLP_alloc_proxy should not break
559 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<char*, char, allocator<char> >; variable
561 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<wchar_t*, wchar_t, allocator<wchar_t> >; variable
564 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<void**, void*, allocator<void*> >; variable
H A D_hashtable.h73 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_Slist_node_base**, _Slist_node_base*, variable
/external/stlport/stlport/stl/pointers/
H A D_deque.h83 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<size_t, void*, allocator<void*> >; variable
84 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<void***, void**, allocator<void**> >; variable
H A D_list.h46 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_List_node_base, _List_node<void*>, allocator<_List_node<void*> > >; variable
H A D_set.h41 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_Rb_tree_node_base, _Node, allocator<_Node> >; variable
H A D_slist.h40 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_Slist_node_base, _VoidPtrSNode, allocator<_VoidPtrSNode> >; variable

Completed in 3156 milliseconds