HomeSort by relevance Sort by last modified time
    Searched defs:_List_node_base (Results 1 - 25 of 28) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
compatibility-list.h 36 struct _List_node_base
38 _List_node_base* _M_next;
39 _List_node_base* _M_prev;
42 swap(_List_node_base& __x, _List_node_base& __y) throw ();
44 transfer(_List_node_base * const __first,
45 _List_node_base * const __last) throw ();
51 hook(_List_node_base * const __position) throw ();
stl_list.h 77 struct _List_node_base
79 _List_node_base* _M_next;
80 _List_node_base* _M_prev;
83 swap(_List_node_base& __x, _List_node_base& __y) throw ()
85 std::_List_node_base::swap(reinterpret_cast<std::_List_node_base &>(__x),
86 reinterpret_cast<std::_List_node_base &>(__y));
90 _M_transfer(_List_node_base* const __first,
91 _List_node_base* const __last) throw (
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
compatibility-list.h 36 struct _List_node_base
38 _List_node_base* _M_next;
39 _List_node_base* _M_prev;
42 swap(_List_node_base& __x, _List_node_base& __y) throw ();
44 transfer(_List_node_base * const __first,
45 _List_node_base * const __last) throw ();
51 hook(_List_node_base * const __position) throw ();
stl_list.h 77 struct _List_node_base
79 _List_node_base* _M_next;
80 _List_node_base* _M_prev;
83 swap(_List_node_base& __x, _List_node_base& __y) throw ()
85 std::_List_node_base::swap(reinterpret_cast<std::_List_node_base &>(__x),
86 reinterpret_cast<std::_List_node_base &>(__y));
90 _M_transfer(_List_node_base* const __first,
91 _List_node_base* const __last) throw (
    [all...]
  /external/stlport/stlport/stl/
_abbrevs.h 60 # define _List_node_base _L__NB
_list.h 57 struct _List_node_base {
58 _List_node_base* _M_next;
59 _List_node_base* _M_prev;
65 typedef _List_node_base _Node_base;
76 class _List_node : public _List_node_base {
87 _List_node_base* _M_node;
89 _List_iterator_base(_List_node_base* __x) : _M_node(__x) {}
113 explicit _List_iterator(_List_node_base* __x) : _List_iterator_base(__x) {}
177 typedef _List_node_base _Node_base;
261 typedef _STLP_PRIV _List_node_base _Node_base
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_abbrevs.h 60 # define _List_node_base _L__NB
_list.h 57 struct _List_node_base {
58 _List_node_base* _M_next;
59 _List_node_base* _M_prev;
65 typedef _List_node_base _Node_base;
76 class _List_node : public _List_node_base {
87 _List_node_base* _M_node;
89 _List_iterator_base(_List_node_base* __x) : _M_node(__x) {}
113 explicit _List_iterator(_List_node_base* __x) : _List_iterator_base(__x) {}
177 typedef _List_node_base _Node_base;
261 typedef _STLP_PRIV _List_node_base _Node_base
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_abbrevs.h 60 # define _List_node_base _L__NB
_list.h 57 struct _List_node_base {
58 _List_node_base* _M_next;
59 _List_node_base* _M_prev;
65 typedef _List_node_base _Node_base;
76 class _List_node : public _List_node_base {
87 _List_node_base* _M_node;
89 _List_iterator_base(_List_node_base* __x) : _M_node(__x) {}
113 explicit _List_iterator(_List_node_base* __x) : _List_iterator_base(__x) {}
177 typedef _List_node_base _Node_base;
261 typedef _STLP_PRIV _List_node_base _Node_base
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_abbrevs.h 60 # define _List_node_base _L__NB
_list.h 57 struct _List_node_base {
58 _List_node_base* _M_next;
59 _List_node_base* _M_prev;
65 typedef _List_node_base _Node_base;
76 class _List_node : public _List_node_base {
87 _List_node_base* _M_node;
89 _List_iterator_base(_List_node_base* __x) : _M_node(__x) {}
113 explicit _List_iterator(_List_node_base* __x) : _List_iterator_base(__x) {}
177 typedef _List_node_base _Node_base;
261 typedef _STLP_PRIV _List_node_base _Node_base
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_abbrevs.h 60 # define _List_node_base _L__NB
_list.h 57 struct _List_node_base {
58 _List_node_base* _M_next;
59 _List_node_base* _M_prev;
65 typedef _List_node_base _Node_base;
76 class _List_node : public _List_node_base {
87 _List_node_base* _M_node;
89 _List_iterator_base(_List_node_base* __x) : _M_node(__x) {}
113 explicit _List_iterator(_List_node_base* __x) : _List_iterator_base(__x) {}
177 typedef _List_node_base _Node_base;
261 typedef _STLP_PRIV _List_node_base _Node_base
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_abbrevs.h 60 # define _List_node_base _L__NB
_list.h 57 struct _List_node_base {
58 _List_node_base* _M_next;
59 _List_node_base* _M_prev;
65 typedef _List_node_base _Node_base;
76 class _List_node : public _List_node_base {
87 _List_node_base* _M_node;
89 _List_iterator_base(_List_node_base* __x) : _M_node(__x) {}
113 explicit _List_iterator(_List_node_base* __x) : _List_iterator_base(__x) {}
177 typedef _List_node_base _Node_base;
261 typedef _STLP_PRIV _List_node_base _Node_base
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_abbrevs.h 60 # define _List_node_base _L__NB
_list.h 57 struct _List_node_base {
58 _List_node_base* _M_next;
59 _List_node_base* _M_prev;
65 typedef _List_node_base _Node_base;
76 class _List_node : public _List_node_base {
87 _List_node_base* _M_node;
89 _List_iterator_base(_List_node_base* __x) : _M_node(__x) {}
113 explicit _List_iterator(_List_node_base* __x) : _List_iterator_base(__x) {}
177 typedef _List_node_base _Node_base;
261 typedef _STLP_PRIV _List_node_base _Node_base
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_list.h 71 struct _List_node_base
73 _List_node_base* _M_next;
74 _List_node_base* _M_prev;
77 swap(_List_node_base& __x, _List_node_base& __y);
80 transfer(_List_node_base * const __first,
81 _List_node_base * const __last);
87 hook(_List_node_base * const __position);
95 struct _List_node : public _List_node_base
103 : _List_node_base(), _M_data(std::forward<_Args>(__args)...) {
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_list.h 71 struct _List_node_base
73 _List_node_base* _M_next;
74 _List_node_base* _M_prev;
77 swap(_List_node_base& __x, _List_node_base& __y);
80 transfer(_List_node_base * const __first,
81 _List_node_base * const __last);
87 hook(_List_node_base * const __position);
95 struct _List_node : public _List_node_base
103 : _List_node_base(), _M_data(std::forward<_Args>(__args)...) {
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_list.h 71 struct _List_node_base
73 _List_node_base* _M_next;
74 _List_node_base* _M_prev;
77 swap(_List_node_base& __x, _List_node_base& __y);
80 transfer(_List_node_base * const __first,
81 _List_node_base * const __last);
87 hook(_List_node_base * const __position);
95 struct _List_node : public _List_node_base
103 : _List_node_base(), _M_data(std::forward<_Args>(__args)...) {
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_list.h 71 struct _List_node_base
73 _List_node_base* _M_next;
74 _List_node_base* _M_prev;
77 swap(_List_node_base& __x, _List_node_base& __y);
80 transfer(_List_node_base * const __first,
81 _List_node_base * const __last);
87 hook(_List_node_base * const __position);
95 struct _List_node : public _List_node_base
103 : _List_node_base(), _M_data(std::forward<_Args>(__args)...) {
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_list.h 71 struct _List_node_base
73 _List_node_base* _M_next;
74 _List_node_base* _M_prev;
77 swap(_List_node_base& __x, _List_node_base& __y);
80 transfer(_List_node_base * const __first,
81 _List_node_base * const __last);
87 hook(_List_node_base * const __position);
95 struct _List_node : public _List_node_base
103 : _List_node_base(), _M_data(std::forward<_Args>(__args)...) {
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_list.h 76 struct _List_node_base
78 _List_node_base* _M_next;
79 _List_node_base* _M_prev;
82 swap(_List_node_base& __x, _List_node_base& __y) throw ();
85 _M_transfer(_List_node_base* const __first,
86 _List_node_base* const __last) throw ();
92 _M_hook(_List_node_base* const __position) throw ();
105 struct _List_node : public __detail::_List_node_base
113 : __detail::_List_node_base(), _M_data(std::forward<_Args>(__args)...)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_list.h 78 struct _List_node_base
80 _List_node_base* _M_next;
81 _List_node_base* _M_prev;
84 swap(_List_node_base& __x, _List_node_base& __y) _GLIBCXX_USE_NOEXCEPT;
87 _M_transfer(_List_node_base* const __first,
88 _List_node_base* const __last) _GLIBCXX_USE_NOEXCEPT;
94 _M_hook(_List_node_base* const __position) _GLIBCXX_USE_NOEXCEPT;
107 struct _List_node : public __detail::_List_node_base
115 : __detail::_List_node_base(), _M_data(std::forward<_Args>(__args)...)
    [all...]

Completed in 581 milliseconds

1 2