Home
last modified time | relevance | path

Searched defs:_M_assign_dispatch (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
D_list.h262 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.h152 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.h279 _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.h573 _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