Searched defs:_M_append_dispatch (Results 1 - 2 of 2) sorted by relevance

/external/stlport/stlport/stl/
H A D_string_workaround.h193 return _M_append_dispatch(__first, __last, _Integral());
240 _Self& _M_append_dispatch(_Integer __n, _Integer __x, const __true_type& /*Integral*/) function in class:basic_string
244 _Self& _M_append_dispatch(_InputIter __f, _InputIter __l, const __false_type& /*Integral*/) function in class:basic_string
H A D_string.h492 _Self& _M_append_dispatch(_Integer __n, _Integer __x, const __true_type& /*Integral*/) function in class:basic_string
496 _Self& _M_append_dispatch(_InputIter __f, _InputIter __l, const __false_type& /*Integral*/) function in class:basic_string
505 return _M_append_dispatch(__first, __last, _Integral());

Completed in 200 milliseconds