Searched refs:_M_assign_dispatch (Results 1 – 10 of 10) 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 279 _M_assign_dispatch(__first, __last, _Integral()); in assign()
|
D | _deque.h | 235 void _M_assign_dispatch(_Integer __n, _Integer __val, 240 void _M_assign_dispatch(_InputIterator __first, _InputIterator __last, 252 _M_assign_dispatch(__first, __last, _Integral());
|
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 170 _M_assign_dispatch(__first, __last, _Integral()); in assign()
|
/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 303 return _M_assign_dispatch(__first, __last, _Integral()); in assign()
|
D | _list.h | 563 _M_assign_dispatch(__first, __last, _Integral()); 567 void _M_assign_dispatch(_Integer __n, _Integer __val, 573 void _M_assign_dispatch(_InputIterator __first2, _InputIterator __last2,
|
D | _vector.h | 359 void _M_assign_dispatch(_Integer __n, _Integer __val, 364 void _M_assign_dispatch(_InputIter __first, _InputIter __last, 371 _M_assign_dispatch(__first, __last, _Integral());
|
D | _bvector.h | 613 _M_assign_dispatch(__first, __last, _Integral()); 617 void _M_assign_dispatch(_Integer __n, _Integer __val, const __true_type&) 621 void _M_assign_dispatch(_InputIter __first, _InputIter __last, const __false_type&)
|
D | _slist.h | 358 _M_assign_dispatch(__first, __last, _Integral()); 363 void _M_assign_dispatch(_Integer __n, _Integer __val, 369 void _M_assign_dispatch(_InputIter __first, _InputIter __last,
|
D | _deque.h | 606 _M_assign_dispatch(__first, __last, _Integral()); 612 void _M_assign_dispatch(_Integer __n, _Integer __val, 617 void _M_assign_dispatch(_InputIterator __first, _InputIterator __last,
|
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 597 return _M_assign_dispatch(__first, __last, _Integral()); in assign()
|