Home
last modified time | relevance | path

Searched defs:slist (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_slist.c58 # define slist _STLP_PTR_IMPL_NAME(slist) macro
60 # define slist _STLP_NON_DBG_NAME(slist) macro
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
D_slist.h48 # define slist _STLP_NON_DBG_NAME(slist) macro
99 explicit slist(size_type __n) : _M_impl(__n) {} in slist() function
106 slist(_InputIterator __first, _InputIterator __last, in slist() function
118 slist(_InputIterator __first, _InputIterator __last) in slist() function
136 slist(const _Self& __x) : _M_impl(__x._M_impl) {} in slist() function
139 slist(__move_source<_Self> src) in slist() function
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_slist.h119 explicit slist(size_type __n) : _M_non_dbg_impl(__n) , _M_iter_list(&_M_non_dbg_impl) {} in slist() function
123 slist(__move_source<_Self> src) in slist() function
138 slist(_InputIterator __first, _InputIterator __last, in slist() function
145 slist(_InputIterator __first, _InputIterator __last) in slist() function
165 slist(const _Self& __x) : in slist() function