HomeSort by relevance Sort by last modified time
    Searched refs:__ucopy_n (Results 1 - 3 of 3) sorted by null

  /external/stlport/stlport/stl/
_uninitialized.h 162 __ucopy_n(_InputIter __first, _Size __count, _ForwardIter __result, function
177 __ucopy_n(_InputIter __first, _Size __count, function
180 { return __ucopy_n(__first, __count, __result, input_iterator_tag()); }
184 __ucopy_n(_InputIter __first, _Size __count, function
187 { return __ucopy_n(__first, __count, __result, input_iterator_tag()); }
192 __ucopy_n(_RandomAccessIter __first, _Size __count, _ForwardIter __result, function
201 __ucopy_n(_InputIter __first, _Size __count, _ForwardIter __result) function
202 { return _STLP_PRIV __ucopy_n(__first, __count, __result, _STLP_ITERATOR_CATEGORY(__first, _InputIter)); }
211 { return _STLP_PRIV __ucopy_n(__first, __count, __result); }
_rope.c 383 _STLP_PRIV __ucopy_n(__r->_M_data, __old_len, __new_data);
384 _STLP_PRIV __ucopy_n(__iter, __len, __new_data + __old_len);
424 _STLP_PRIV __ucopy_n(__iter, __len, __r->_M_data + __old_len);
728 _STLP_PRIV __ucopy_n(__leaf, __n, _M_buf_ptr);
    [all...]
_rope.h 589 _STLP_PRIV __ucopy_n(__s + __start_pos + _M_start, __req_len, __buffer);
    [all...]

Completed in 39 milliseconds