HomeSort by relevance Sort by last modified time
    Searched full:_slist_node_base (Results 1 - 16 of 16) sorted by null

  /external/stlport/stlport/stl/
_slist_base.h 38 struct _Slist_node_base {
39 _Slist_node_base* _M_next;
42 inline _Slist_node_base*
43 __slist_make_link(_Slist_node_base* __prev_node,
44 _Slist_node_base* __new_node) {
56 static size_t _STLP_CALL size(_Slist_node_base* __node);
57 static _Slist_node_base* _STLP_CALL __reverse(_Slist_node_base* __node);
58 static void _STLP_CALL __splice_after(_Slist_node_base* __pos,
59 _Slist_node_base* __before_first
    [all...]
_slist_base.c 38 _Slist_node_base* _STLP_CALL
39 _Sl_global<_Dummy>::__previous(_Slist_node_base* __head,
40 const _Slist_node_base* __node) {
48 _Sl_global<_Dummy>::__splice_after(_Slist_node_base* __pos, _Slist_node_base* __head) {
49 _Slist_node_base* __before_last = __previous(__head, 0);
51 _Slist_node_base* __after = __pos->_M_next;
60 _Sl_global<_Dummy>::__splice_after(_Slist_node_base* __pos,
61 _Slist_node_base* __before_first,
62 _Slist_node_base* __before_last)
    [all...]
_hashtable.h 68 //If pointer specialization is enabled vector<_Slist_node_base*> will use the void*
70 _STLP_EXPORT_TEMPLATE_CLASS allocator<_STLP_PRIV _Slist_node_base*>;
73 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_Slist_node_base**, _Slist_node_base*,
74 allocator<_Slist_node_base*> >;
75 _STLP_EXPORT_TEMPLATE_CLASS _Vector_base<_Slist_node_base*,
76 allocator<_Slist_node_base*> >;
83 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_VECTOR<_Slist_node_base*, allocator<_Slist_node_base*> > >;
84 _STLP_EXPORT_TEMPLATE_CLASS _STLP_NON_DBG_VECTOR<_Slist_node_base*, allocator<_Slist_node_base*> >
    [all...]
_slist.c 43 _Slist_node_base*
44 _Slist_base<_Tp,_Alloc>::_M_erase_after(_Slist_node_base* __before_first,
45 _Slist_node_base* __last_node) {
46 _Slist_node_base* __cur = __before_first->_M_next;
151 typedef _STLP_PRIV _Slist_node_base _Node_base;
_slist.h 59 class _Slist_node : public _Slist_node_base {
70 _Slist_node_base *_M_node;
72 _Slist_iterator_base(_Slist_node_base *__x) : _M_node(__x) {}
97 explicit _Slist_iterator(_Slist_node_base *__x) : _Slist_iterator_base(__x) {}
155 typedef _STLP_alloc_proxy<_Slist_node_base, _Node, _M_node_allocator_type> _AllocProxy;
161 _M_head(_STLP_CONVERT_ALLOCATOR(__a, _Node), _Slist_node_base() )
173 _Slist_node_base* _M_erase_after(_Slist_node_base* __pos) {
175 _Slist_node_base* __next_next = __next->_M_next;
181 _Slist_node_base* _M_erase_after(_Slist_node_base*, _Slist_node_base*)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_slist_base.h 38 struct _Slist_node_base {
39 _Slist_node_base* _M_next;
42 inline _Slist_node_base*
43 __slist_make_link(_Slist_node_base* __prev_node,
44 _Slist_node_base* __new_node) {
56 static size_t _STLP_CALL size(_Slist_node_base* __node);
57 static _Slist_node_base* _STLP_CALL __reverse(_Slist_node_base* __node);
58 static void _STLP_CALL __splice_after(_Slist_node_base* __pos,
59 _Slist_node_base* __before_first
    [all...]
_slist_base.c 38 _Slist_node_base* _STLP_CALL
39 _Sl_global<_Dummy>::__previous(_Slist_node_base* __head,
40 const _Slist_node_base* __node) {
48 _Sl_global<_Dummy>::__splice_after(_Slist_node_base* __pos, _Slist_node_base* __head) {
49 _Slist_node_base* __before_last = __previous(__head, 0);
51 _Slist_node_base* __after = __pos->_M_next;
60 _Sl_global<_Dummy>::__splice_after(_Slist_node_base* __pos,
61 _Slist_node_base* __before_first,
62 _Slist_node_base* __before_last)
    [all...]
_hashtable.h 68 //If pointer specialization is enabled vector<_Slist_node_base*> will use the void*
70 _STLP_EXPORT_TEMPLATE_CLASS allocator<_STLP_PRIV _Slist_node_base*>;
73 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_Slist_node_base**, _Slist_node_base*,
74 allocator<_Slist_node_base*> >;
75 _STLP_EXPORT_TEMPLATE_CLASS _Vector_base<_Slist_node_base*,
76 allocator<_Slist_node_base*> >;
83 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_VECTOR<_Slist_node_base*, allocator<_Slist_node_base*> > >;
84 _STLP_EXPORT_TEMPLATE_CLASS _STLP_NON_DBG_VECTOR<_Slist_node_base*, allocator<_Slist_node_base*> >
    [all...]
_slist.c 43 _Slist_node_base*
44 _Slist_base<_Tp,_Alloc>::_M_erase_after(_Slist_node_base* __before_first,
45 _Slist_node_base* __last_node) {
46 _Slist_node_base* __cur = __before_first->_M_next;
151 typedef _STLP_PRIV _Slist_node_base _Node_base;
_slist.h 59 class _Slist_node : public _Slist_node_base {
70 _Slist_node_base *_M_node;
72 _Slist_iterator_base(_Slist_node_base *__x) : _M_node(__x) {}
97 explicit _Slist_iterator(_Slist_node_base *__x) : _Slist_iterator_base(__x) {}
155 typedef _STLP_alloc_proxy<_Slist_node_base, _Node, _M_node_allocator_type> _AllocProxy;
161 _M_head(_STLP_CONVERT_ALLOCATOR(__a, _Node), _Slist_node_base() )
173 _Slist_node_base* _M_erase_after(_Slist_node_base* __pos) {
175 _Slist_node_base* __next_next = __next->_M_next;
181 _Slist_node_base* _M_erase_after(_Slist_node_base*, _Slist_node_base*)
    [all...]
  /external/stlport/src/
dll_main.cpp 110 * _Slist_node_base struct that is an internal STLport class that no user should ever
114 template class _STLP_CLASS_DECLSPEC allocator<_STLP_PRIV _Slist_node_base*>;
117 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<_Slist_node_base**, _Slist_node_base*,
118 allocator<_Slist_node_base*> >;
119 template class _STLP_CLASS_DECLSPEC _Vector_base<_Slist_node_base*,
120 allocator<_Slist_node_base*> >;
126 template class _STLP_CLASS_DECLSPEC _STLP_NON_DBG_NAME(vector)<_Slist_node_base*,
127 allocator<_Slist_node_base*> >;
131 template class _STLP_CLASS_DECLSPEC vector<_STLP_PRIV _Slist_node_base*,
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
dll_main.cpp 110 * _Slist_node_base struct that is an internal STLport class that no user should ever
114 template class _STLP_CLASS_DECLSPEC allocator<_STLP_PRIV _Slist_node_base*>;
117 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<_Slist_node_base**, _Slist_node_base*,
118 allocator<_Slist_node_base*> >;
119 template class _STLP_CLASS_DECLSPEC _Vector_base<_Slist_node_base*,
120 allocator<_Slist_node_base*> >;
126 template class _STLP_CLASS_DECLSPEC _STLP_NON_DBG_NAME(vector)<_Slist_node_base*,
127 allocator<_Slist_node_base*> >;
131 template class _STLP_CLASS_DECLSPEC vector<_STLP_PRIV _Slist_node_base*,
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
slist 64 struct _Slist_node_base
66 _Slist_node_base* _M_next;
69 inline _Slist_node_base*
70 __slist_make_link(_Slist_node_base* __prev_node,
71 _Slist_node_base* __new_node)
78 inline _Slist_node_base*
79 __slist_previous(_Slist_node_base* __head,
80 const _Slist_node_base* __node)
87 inline const _Slist_node_base*
88 __slist_previous(const _Slist_node_base* __head
    [all...]
  /external/stlport/stlport/stl/pointers/
_slist.h 40 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_Slist_node_base, _VoidPtrSNode, allocator<_VoidPtrSNode> >;
65 typedef _STLP_PRIV _Slist_node_base _Node_base;
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 40 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_Slist_node_base, _VoidPtrSNode, allocator<_VoidPtrSNode> >;
65 typedef _STLP_PRIV _Slist_node_base _Node_base;
  /external/stlport/etc/
ChangeLog-5.1     [all...]

Completed in 1875 milliseconds