Searched refs:_M_appendT (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _string_workaround.h | 118 _M_appendT(__f, __l, __tag); in _M_range_initialize() 208 _Self& _M_appendT(_InputIter __first, _InputIter __last, in _M_appendT() function 216 _Self& _M_appendT(_ForwardIter __first, _ForwardIter __last, in _M_appendT() function 245 { return _M_appendT(__f, __l, _STLP_ITERATOR_CATEGORY(__f, _InputIter)); } in _M_append_dispatch() 293 _M_appendT(__f, __l, _STLP_ITERATOR_CATEGORY(__f, _InputIter)); in _M_assign_dispatch()
|
D | _string.h | 317 _M_appendT(__f, __l, __tag); in _M_range_initialize() 460 _Self& _M_appendT(_InputIter __first, _InputIter __last, in _M_appendT() function 468 _Self& _M_appendT(_ForwardIter __first, _ForwardIter __last, in _M_appendT() function 497 { return _M_appendT(__f, __l, _STLP_ITERATOR_CATEGORY(__f, _InputIter)); } in _M_append_dispatch() 587 _M_appendT(__f, __l, _STLP_ITERATOR_CATEGORY(__f, _InputIter)); in _M_assign_dispatch()
|