OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_STLP_alloc_proxy
(Results
1 - 10
of
10
) sorted by null
/external/stlport/src/
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*> >;
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**> >;
/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*> >;
_hashtable.h
73
_STLP_EXPORT_TEMPLATE_CLASS
_STLP_alloc_proxy
<_Slist_node_base**, _Slist_node_base*,
/external/stlport/stlport/stl/pointers/
_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> >;
_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**> >;
_set.h
41
_STLP_EXPORT_TEMPLATE_CLASS
_STLP_alloc_proxy
<_Rb_tree_node_base, _Node, allocator<_Node> >;
Completed in 173 milliseconds