Home
last modified time | relevance | path

Searched refs:_STLP_alloc_proxy (Results 1 – 19 of 19) sorted by relevance

/external/stlport/src/
Ddll_main.cpp117 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<_Slist_node_base**, _Slist_node_base*, variable
140 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<locale::facet**, locale::facet*, allocator<lo… variable
165 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<void**, void*, allocator<void*> >; variable
170 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<_List_node_base, _VoidPtr_Node, allocator<_Vo… variable
175 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<_Slist_node_base, _Slist_node<void*>, allocat… variable
179 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<size_t, void*, allocator<void*> >; variable
180 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<void***, void**, allocator<void**> >; variable
Dstring.cpp37 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<char*, char, allocator<char> >; variable
Dlocale_impl.h39 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<locale::facet**, locale::facet*, allocator<locale::fa… variable
/external/stlport/stlport/stl/
D_alloc.h472 class _STLP_alloc_proxy : public _MaybeReboundAlloc {
476 typedef _STLP_alloc_proxy<_Value, _Tp, _MaybeReboundAlloc> _Self;
480 _STLP_alloc_proxy (const _MaybeReboundAlloc& __a, _Value __p) :
484 _STLP_alloc_proxy (__move_source<_Self> src) :
559 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<char*, char, allocator<char> >;
561 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<wchar_t*, wchar_t, allocator<wchar_t> >;
564 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<void**, void*, allocator<void*> >;
D_abbrevs.h48 # define _STLP_alloc_proxy P__A macro
D_string_base.h50 typedef _STLP_alloc_proxy<_Tp*, _Tp, allocator_type> _AllocProxy;
D_deque.h346 typedef _STLP_alloc_proxy<size_t, value_type, allocator_type> _Alloc_proxy;
349 typedef _STLP_alloc_proxy<value_type**, value_type*, _Map_alloc_type> _Map_alloc_proxy;
D_hashtable.h73 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_Slist_node_base**, _Slist_node_base*, variable
D_tree.h241 typedef _STLP_alloc_proxy<_Node_base, _Node, _M_node_allocator_type> _AllocProxy;
D_list.h182 typedef _STLP_alloc_proxy<_Node_base, _Node, _Node_allocator_type> _AllocProxy;
D_vector.h64 typedef _STLP_alloc_proxy<pointer, _Tp, allocator_type> _AllocProxy;
D_bvector.h311 _STLP_alloc_proxy<__chunk_type*, __chunk_type, __chunk_allocator_type> _M_end_of_storage;
D_slist.h155 typedef _STLP_alloc_proxy<_Slist_node_base, _Node, _M_node_allocator_type> _AllocProxy;
D_rope.h362 _STLP_PRIV _STLP_alloc_proxy<size_t, _CharT, allocator_type> _M_size;
1130 _STLP_PRIV _STLP_alloc_proxy<_RopeRep*, _CharT, allocator_type> _M_tree_ptr;
/external/stlport/stlport/stl/pointers/
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
D_list.h46 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_List_node_base, _List_node<void*>, allocator<_List_n… variable
D_slist.h40 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_Slist_node_base, _VoidPtrSNode, allocator<_VoidPtrSN… variable
D_set.h41 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_Rb_tree_node_base, _Node, allocator<_Node> >;
/external/stlport/etc/
DChangeLog-5.1320 empty base class optimization which is used in _STLP_alloc_proxy
485 a _STLP_alloc_proxy explicit instanciation.
1532 std::allocator class before use in _STLP_alloc_proxy
1788 * stlport/stl/_alloc.h: Replace swap function for _STLP_alloc_proxy
1792 _tree.h: Replaced called to std::swap for _STLP_alloc_proxy instances
1832 * stlport/stl/_alloc.h: Add swap overload for _STLP_alloc_proxy class
1922 one. _STLP_alloc_proxy expose this new overload only for the