Searched refs:_M_initialize_dispatch (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _string_workaround.h | 86 _M_initialize_dispatch(__f, __l, _Integral()); in basic_string() 93 _M_initialize_dispatch(__f, __l, _Integral()); in basic_string() 136 void _M_initialize_dispatch(_Integer __n, _Integer __x, const __true_type& /*_Integral*/) { in _M_initialize_dispatch() function 143 void _M_initialize_dispatch(_InputIter __f, _InputIter __l, const __false_type& /*_Integral*/) { in _M_initialize_dispatch() function
|
D | _bvector.h | 531 void _M_initialize_dispatch(_Integer __n, _Integer __x, const __true_type&) { 537 void _M_initialize_dispatch(_InputIterator __first, _InputIterator __last, 547 _M_initialize_dispatch(__first, __last, _Integral()); 555 _M_initialize_dispatch(__first, __last, _Integral());
|
D | _deque.h | 518 void _M_initialize_dispatch(_Integer __n, _Integer __x, const __true_type&) { 524 void _M_initialize_dispatch(_InputIter __first, _InputIter __last, 536 _M_initialize_dispatch(__first, __last, _Integral()); 544 _M_initialize_dispatch(__first, __last, _Integral());
|
D | _string.h | 265 _M_initialize_dispatch(__f, __l, _Integral()); in basic_string() 272 _M_initialize_dispatch(__f, __l, _Integral()); in basic_string() 335 void _M_initialize_dispatch(_Integer __n, _Integer __x, const __true_type& /*_Integral*/) { in _M_initialize_dispatch() function 342 void _M_initialize_dispatch(_InputIter __f, _InputIter __l, const __false_type& /*_Integral*/) { in _M_initialize_dispatch() function
|