Searched refs:_List_node_base (Results 1 - 25 of 53) sorted by relevance

123

/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_list.h77 struct _List_node_base struct in namespace:__detail
79 _List_node_base* _M_next;
80 _List_node_base* _M_prev;
83 swap(_List_node_base& __x, _List_node_base& __y) _GLIBCXX_USE_NOEXCEPT;
86 _M_transfer(_List_node_base* const __first,
87 _List_node_base* const __last) _GLIBCXX_USE_NOEXCEPT;
93 _M_hook(_List_node_base* const __position) _GLIBCXX_USE_NOEXCEPT;
106 struct _List_node : public __detail::_List_node_base
114 : __detail::_List_node_base(), _M_dat
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_list.h77 struct _List_node_base struct in namespace:__detail
79 _List_node_base* _M_next;
80 _List_node_base* _M_prev;
83 swap(_List_node_base& __x, _List_node_base& __y) _GLIBCXX_USE_NOEXCEPT;
86 _M_transfer(_List_node_base* const __first,
87 _List_node_base* const __last) _GLIBCXX_USE_NOEXCEPT;
93 _M_hook(_List_node_base* const __position) _GLIBCXX_USE_NOEXCEPT;
106 struct _List_node : public __detail::_List_node_base
114 : __detail::_List_node_base(), _M_dat
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dstl_list.h77 struct _List_node_base struct in namespace:__detail
79 _List_node_base* _M_next;
80 _List_node_base* _M_prev;
83 swap(_List_node_base& __x, _List_node_base& __y) _GLIBCXX_USE_NOEXCEPT;
86 _M_transfer(_List_node_base* const __first,
87 _List_node_base* const __last) _GLIBCXX_USE_NOEXCEPT;
93 _M_hook(_List_node_base* const __position) _GLIBCXX_USE_NOEXCEPT;
106 struct _List_node : public __detail::_List_node_base
114 : __detail::_List_node_base(), _M_dat
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dstl_list.h77 struct _List_node_base struct in namespace:__detail
79 _List_node_base* _M_next;
80 _List_node_base* _M_prev;
83 swap(_List_node_base& __x, _List_node_base& __y) _GLIBCXX_USE_NOEXCEPT;
86 _M_transfer(_List_node_base* const __first,
87 _List_node_base* const __last) _GLIBCXX_USE_NOEXCEPT;
93 _M_hook(_List_node_base* const __position) _GLIBCXX_USE_NOEXCEPT;
106 struct _List_node : public __detail::_List_node_base
114 : __detail::_List_node_base(), _M_dat
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dstl_list.h77 struct _List_node_base struct in namespace:__detail
79 _List_node_base* _M_next;
80 _List_node_base* _M_prev;
83 swap(_List_node_base& __x, _List_node_base& __y) _GLIBCXX_USE_NOEXCEPT;
86 _M_transfer(_List_node_base* const __first,
87 _List_node_base* const __last) _GLIBCXX_USE_NOEXCEPT;
93 _M_hook(_List_node_base* const __position) _GLIBCXX_USE_NOEXCEPT;
106 struct _List_node : public __detail::_List_node_base
114 : __detail::_List_node_base(), _M_dat
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dstl_list.h77 struct _List_node_base struct in namespace:__detail
79 _List_node_base* _M_next;
80 _List_node_base* _M_prev;
83 swap(_List_node_base& __x, _List_node_base& __y) _GLIBCXX_USE_NOEXCEPT;
86 _M_transfer(_List_node_base* const __first,
87 _List_node_base* const __last) _GLIBCXX_USE_NOEXCEPT;
93 _M_hook(_List_node_base* const __position) _GLIBCXX_USE_NOEXCEPT;
106 struct _List_node : public __detail::_List_node_base
114 : __detail::_List_node_base(), _M_dat
[all...]
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstl_list.h71 struct _List_node_base struct
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_dat
[all...]
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstl_list.h71 struct _List_node_base struct
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_dat
[all...]
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstl_list.h71 struct _List_node_base struct
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_dat
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
H A Dstl_list.h71 struct _List_node_base struct
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_dat
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dstl_list.h76 struct _List_node_base struct in namespace:__detail
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_dat
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
H A Dstl_list.h78 struct _List_node_base struct in namespace:__detail
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_dat
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstl_list.h76 struct _List_node_base struct in namespace:__detail
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_dat
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dstl_list.h76 struct _List_node_base struct in namespace:__detail
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_dat
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
H A Dstl_list.h78 struct _List_node_base struct in namespace:__detail
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_dat
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
H A Dstl_list.h77 struct _List_node_base struct in namespace:__detail
79 _List_node_base* _M_next;
80 _List_node_base* _M_prev;
83 swap(_List_node_base& __x, _List_node_base& __y) _GLIBCXX_USE_NOEXCEPT;
86 _M_transfer(_List_node_base* const __first,
87 _List_node_base* const __last) _GLIBCXX_USE_NOEXCEPT;
93 _M_hook(_List_node_base* const __position) _GLIBCXX_USE_NOEXCEPT;
106 struct _List_node : public __detail::_List_node_base
114 : __detail::_List_node_base(), _M_dat
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstl_list.h78 struct _List_node_base struct in namespace:__detail
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_dat
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dstl_list.h76 struct _List_node_base struct in namespace:__detail
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_dat
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
H A Dstl_list.h78 struct _List_node_base struct in namespace:__detail
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_dat
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
H A Dstl_list.h77 struct _List_node_base struct in namespace:__detail
79 _List_node_base* _M_next;
80 _List_node_base* _M_prev;
83 swap(_List_node_base& __x, _List_node_base& __y) _GLIBCXX_USE_NOEXCEPT;
86 _M_transfer(_List_node_base* const __first,
87 _List_node_base* const __last) _GLIBCXX_USE_NOEXCEPT;
93 _M_hook(_List_node_base* const __position) _GLIBCXX_USE_NOEXCEPT;
106 struct _List_node : public __detail::_List_node_base
114 : __detail::_List_node_base(), _M_dat
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstl_list.h78 struct _List_node_base struct in namespace:__detail
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_dat
[all...]
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
H A D_abbrevs.h60 # define _List_node_base _L__NB macro
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
H A D_abbrevs.h60 # define _List_node_base _L__NB macro
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
H A D_abbrevs.h60 # define _List_node_base _L__NB macro
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
H A D_abbrevs.h60 # define _List_node_base _L__NB macro

Completed in 882 milliseconds

123