Searched defs:_M_assign_dispatch (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/ |
D | _list.h | 262 void _M_assign_dispatch(_Integer __n, _Integer __val, const __true_type&) in _M_assign_dispatch() function 266 void _M_assign_dispatch(_InputIterator __first, _InputIterator __last, in _M_assign_dispatch() function
|
D | _slist.h | 152 void _M_assign_dispatch(_Integer __n, _Integer __val, in _M_assign_dispatch() function 157 void _M_assign_dispatch(_InputIterator __first, _InputIterator __last, in _M_assign_dispatch() function
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _string_workaround.h | 279 _Self& _M_assign_dispatch(_Integer __n, _Integer __x, const __true_type& /*_Integral*/) in _M_assign_dispatch() function 283 _Self& _M_assign_dispatch(_InputIter __f, _InputIter __l, const __false_type& /*_Integral*/) { in _M_assign_dispatch() function
|
D | _string.h | 573 _Self& _M_assign_dispatch(_Integer __n, _Integer __x, const __true_type& /*_Integral*/) in _M_assign_dispatch() function 577 _Self& _M_assign_dispatch(_InputIter __f, _InputIter __l, const __false_type& /*_Integral*/) { in _M_assign_dispatch() function
|