/external/stlport/src/ |
D | dll_main.cpp | 117 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
|
D | string.cpp | 37 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<char*, char, allocator<char> >; variable
|
D | locale_impl.h | 39 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<locale::facet**, locale::facet*, allocator<locale::fa… variable
|
/external/stlport/stlport/stl/ |
D | _alloc.h | 472 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.h | 48 # define _STLP_alloc_proxy P__A macro
|
D | _string_base.h | 50 typedef _STLP_alloc_proxy<_Tp*, _Tp, allocator_type> _AllocProxy;
|
D | _deque.h | 346 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.h | 73 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_Slist_node_base**, _Slist_node_base*, variable
|
D | _tree.h | 241 typedef _STLP_alloc_proxy<_Node_base, _Node, _M_node_allocator_type> _AllocProxy;
|
D | _list.h | 182 typedef _STLP_alloc_proxy<_Node_base, _Node, _Node_allocator_type> _AllocProxy;
|
D | _vector.h | 64 typedef _STLP_alloc_proxy<pointer, _Tp, allocator_type> _AllocProxy;
|
D | _bvector.h | 311 _STLP_alloc_proxy<__chunk_type*, __chunk_type, __chunk_allocator_type> _M_end_of_storage;
|
D | _slist.h | 155 typedef _STLP_alloc_proxy<_Slist_node_base, _Node, _M_node_allocator_type> _AllocProxy;
|
D | _rope.h | 362 _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.h | 83 _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.h | 46 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_List_node_base, _List_node<void*>, allocator<_List_n… variable
|
D | _slist.h | 40 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_Slist_node_base, _VoidPtrSNode, allocator<_VoidPtrSN… variable
|
D | _set.h | 41 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_Rb_tree_node_base, _Node, allocator<_Node> >;
|
/external/stlport/etc/ |
D | ChangeLog-5.1 | 320 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
|