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

  /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...]
  /prebuilt/ndk/android-ndk-r5/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...]
  /prebuilt/ndk/android-ndk-r6/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...]
  /prebuilt/linux-x86/toolchain/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...]
  /prebuilt/ndk/android-ndk-r5/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...]
  /prebuilt/ndk/android-ndk-r6/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...]

Completed in 1005 milliseconds