HomeSort by relevance Sort by last modified time
    Searched refs:_STLP_alloc_proxy (Results 1 - 25 of 36) sorted by null

1 2

  /external/stlport/src/
dll_main.cpp 117 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<_Slist_node_base**, _Slist_node_base*,
140 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<locale::facet**, locale::facet*, allocator<locale::facet*> >;
165 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<void**, void*, allocator<void*> >;
170 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<_List_node_base, _VoidPtr_Node, allocator<_VoidPtr_Node> >;
175 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<_Slist_node_base, _Slist_node<void*>, allocator<_Slist_node<void*> > >;
179 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<size_t, void*, allocator<void*> >;
180 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<void***, void**, allocator<void**> >;
string.cpp 37 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<char*, char, allocator<char> >;
locale_impl.h 39 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<locale::facet**, locale::facet*, allocator<locale::facet*> >;
  /ndk/sources/cxx-stl/stlport/src/
dll_main.cpp 117 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<_Slist_node_base**, _Slist_node_base*,
140 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<locale::facet**, locale::facet*, allocator<locale::facet*> >;
165 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<void**, void*, allocator<void*> >;
170 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<_List_node_base, _VoidPtr_Node, allocator<_VoidPtr_Node> >;
175 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<_Slist_node_base, _Slist_node<void*>, allocator<_Slist_node<void*> > >;
179 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<size_t, void*, allocator<void*> >;
180 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<void***, void**, allocator<void**> >;
string.cpp 37 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<char*, char, allocator<char> >;
locale_impl.h 39 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<locale::facet**, locale::facet*, allocator<locale::facet*> >;
  /external/stlport/stlport/stl/
_abbrevs.h 48 # define _STLP_alloc_proxy P__A
_alloc.h 206 // to dynamic overload selection in _STLP_alloc_proxy methods
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) :
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> >;
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*> >;
_string_base.h 50 typedef _STLP_alloc_proxy<_Tp*, _Tp, allocator_type> _AllocProxy;
_hashtable.h 73 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_Slist_node_base**, _Slist_node_base*,
_tree.h 241 typedef _STLP_alloc_proxy<_Node_base, _Node, _M_node_allocator_type> _AllocProxy;
_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;
    [all...]
_bvector.h 311 _STLP_alloc_proxy<__chunk_type*, __chunk_type, __chunk_allocator_type> _M_end_of_storage;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_abbrevs.h 48 # define _STLP_alloc_proxy P__A
_alloc.h 206 // to dynamic overload selection in _STLP_alloc_proxy methods
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) :
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> >;
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*> >;
_string_base.h 50 typedef _STLP_alloc_proxy<_Tp*, _Tp, allocator_type> _AllocProxy;
_hashtable.h 73 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_Slist_node_base**, _Slist_node_base*,
_tree.h 241 typedef _STLP_alloc_proxy<_Node_base, _Node, _M_node_allocator_type> _AllocProxy;
_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;
    [all...]
  /external/stlport/stlport/stl/pointers/
_deque.h 83 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<size_t, void*, allocator<void*> >;
84 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<void***, void**, allocator<void**> >;
_list.h 46 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_List_node_base, _List_node<void*>, allocator<_List_node<void*> > >;
_slist.h 40 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_Slist_node_base, _VoidPtrSNode, allocator<_VoidPtrSNode> >;
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 83 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<size_t, void*, allocator<void*> >;
84 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<void***, void**, allocator<void**> >;
_list.h 46 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_List_node_base, _List_node<void*>, allocator<_List_node<void*> > >;
_slist.h 40 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_Slist_node_base, _VoidPtrSNode, allocator<_VoidPtrSNode> >;

Completed in 740 milliseconds

1 2