HomeSort by relevance Sort by last modified time
    Searched refs:__last (Results 351 - 375 of 850) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_deque.c 151 const value_type* __first, const value_type* __last) {
155 size_type __n = __last - __first;
159 _STLP_PRIV __ucopy(__first, __last, __new_start);
167 _STLP_PRIV __ucopy(__first, __last, this->_M_finish);
174 _M_insert_range_aux(__pos, __first, __last, __n, _Movable());
179 const_iterator __first, const_iterator __last) {
183 size_type __n = __last - __first;
187 _STLP_PRIV __ucopy(__first, __last, __new_start);
195 _STLP_PRIV __ucopy(__first, __last, this->_M_finish);
202 _M_insert_range_aux(__pos, __first, __last, __n, _Movable())
    [all...]
_string.c 196 basic_string<_CharT, _Traits, _Alloc>::_M_append(const _CharT* __first, const _CharT* __last) {
197 if (__first != __last) {
198 size_type __n = __STATIC_CAST(size_type, __last - __first);
203 __new_finish = _STLP_PRIV __ucopy(__first, __last, __new_finish);
211 _STLP_PRIV __ucopy(__f1, __last, this->_M_finish + 1);
315 const _CharT* __first, const _CharT* __last,
318 if (__first != __last) {
319 const size_t __n = __last - __first;
327 if (!__self_ref || __last < __pos) {
328 _M_copy(__first, __last, __pos)
458 const_pointer __last = this->_M_Start() + (min)( __len - __n, __pos) + __n; local
474 const_iterator __last = begin() + (min)(__len - 1, __pos) + 1; local
503 const const_iterator __last = begin() + (min)(__len - 1, __pos) + 1; local
547 const_iterator __last = begin() + (min)(__len - 1, __pos) + 1; local
565 const_iterator __last = begin() + (min)(__len - 1, __pos) + 1; local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_deque.c 151 const value_type* __first, const value_type* __last) {
155 size_type __n = __last - __first;
159 _STLP_PRIV __ucopy(__first, __last, __new_start);
167 _STLP_PRIV __ucopy(__first, __last, this->_M_finish);
174 _M_insert_range_aux(__pos, __first, __last, __n, _Movable());
179 const_iterator __first, const_iterator __last) {
183 size_type __n = __last - __first;
187 _STLP_PRIV __ucopy(__first, __last, __new_start);
195 _STLP_PRIV __ucopy(__first, __last, this->_M_finish);
202 _M_insert_range_aux(__pos, __first, __last, __n, _Movable())
    [all...]
_string.c 196 basic_string<_CharT, _Traits, _Alloc>::_M_append(const _CharT* __first, const _CharT* __last) {
197 if (__first != __last) {
198 size_type __n = __STATIC_CAST(size_type, __last - __first);
203 __new_finish = _STLP_PRIV __ucopy(__first, __last, __new_finish);
211 _STLP_PRIV __ucopy(__f1, __last, this->_M_finish + 1);
315 const _CharT* __first, const _CharT* __last,
318 if (__first != __last) {
319 const size_t __n = __last - __first;
327 if (!__self_ref || __last < __pos) {
328 _M_copy(__first, __last, __pos)
458 const_pointer __last = this->_M_Start() + (min)( __len - __n, __pos) + __n; local
474 const_iterator __last = begin() + (min)(__len - 1, __pos) + 1; local
503 const const_iterator __last = begin() + (min)(__len - 1, __pos) + 1; local
547 const_iterator __last = begin() + (min)(__len - 1, __pos) + 1; local
565 const_iterator __last = begin() + (min)(__len - 1, __pos) + 1; local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_deque.c 151 const value_type* __first, const value_type* __last) {
155 size_type __n = __last - __first;
159 _STLP_PRIV __ucopy(__first, __last, __new_start);
167 _STLP_PRIV __ucopy(__first, __last, this->_M_finish);
174 _M_insert_range_aux(__pos, __first, __last, __n, _Movable());
179 const_iterator __first, const_iterator __last) {
183 size_type __n = __last - __first;
187 _STLP_PRIV __ucopy(__first, __last, __new_start);
195 _STLP_PRIV __ucopy(__first, __last, this->_M_finish);
202 _M_insert_range_aux(__pos, __first, __last, __n, _Movable())
    [all...]
_string.c 196 basic_string<_CharT, _Traits, _Alloc>::_M_append(const _CharT* __first, const _CharT* __last) {
197 if (__first != __last) {
198 size_type __n = __STATIC_CAST(size_type, __last - __first);
203 __new_finish = _STLP_PRIV __ucopy(__first, __last, __new_finish);
211 _STLP_PRIV __ucopy(__f1, __last, this->_M_finish + 1);
315 const _CharT* __first, const _CharT* __last,
318 if (__first != __last) {
319 const size_t __n = __last - __first;
327 if (!__self_ref || __last < __pos) {
328 _M_copy(__first, __last, __pos)
458 const_pointer __last = this->_M_Start() + (min)( __len - __n, __pos) + __n; local
474 const_iterator __last = begin() + (min)(__len - 1, __pos) + 1; local
503 const const_iterator __last = begin() + (min)(__len - 1, __pos) + 1; local
547 const_iterator __last = begin() + (min)(__len - 1, __pos) + 1; local
565 const_iterator __last = begin() + (min)(__len - 1, __pos) + 1; local
    [all...]
  /external/stlport/stlport/stl/
_string.c 196 basic_string<_CharT, _Traits, _Alloc>::_M_append(const _CharT* __first, const _CharT* __last) {
197 if (__first != __last) {
198 size_type __n = __STATIC_CAST(size_type, __last - __first);
203 __new_finish = _STLP_PRIV __ucopy(__first, __last, __new_finish);
211 _STLP_PRIV __ucopy(__f1, __last, this->_M_finish + 1);
315 const _CharT* __first, const _CharT* __last,
318 if (__first != __last) {
319 const size_t __n = __last - __first;
327 if (!__self_ref || __last < __pos) {
328 _M_copy(__first, __last, __pos)
458 const_pointer __last = this->_M_Start() + (min)( __len - __n, __pos) + __n; local
474 const_iterator __last = begin() + (min)(__len - 1, __pos) + 1; local
503 const const_iterator __last = begin() + (min)(__len - 1, __pos) + 1; local
547 const_iterator __last = begin() + (min)(__len - 1, __pos) + 1; local
565 const_iterator __last = begin() + (min)(__len - 1, __pos) + 1; local
    [all...]
_threads.c 61 unsigned _STLP_mutex_spin<__inst>::__last = 0; member in class:__inst
122 unsigned __my_last_spins = _STLP_mutex_spin<0>::__last;
136 _STLP_mutex_spin<0>::__last = __i; member in class:_STLP_mutex_spin
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string.c 196 basic_string<_CharT, _Traits, _Alloc>::_M_append(const _CharT* __first, const _CharT* __last) {
197 if (__first != __last) {
198 size_type __n = __STATIC_CAST(size_type, __last - __first);
203 __new_finish = _STLP_PRIV __ucopy(__first, __last, __new_finish);
211 _STLP_PRIV __ucopy(__f1, __last, this->_M_finish + 1);
315 const _CharT* __first, const _CharT* __last,
318 if (__first != __last) {
319 const size_t __n = __last - __first;
327 if (!__self_ref || __last < __pos) {
328 _M_copy(__first, __last, __pos)
458 const_pointer __last = this->_M_Start() + (min)( __len - __n, __pos) + __n; local
474 const_iterator __last = begin() + (min)(__len - 1, __pos) + 1; local
503 const const_iterator __last = begin() + (min)(__len - 1, __pos) + 1; local
547 const_iterator __last = begin() + (min)(__len - 1, __pos) + 1; local
565 const_iterator __last = begin() + (min)(__len - 1, __pos) + 1; local
    [all...]
_threads.c 61 unsigned _STLP_mutex_spin<__inst>::__last = 0; member in class:__inst
122 unsigned __my_last_spins = _STLP_mutex_spin<0>::__last;
136 _STLP_mutex_spin<0>::__last = __i; member in class:_STLP_mutex_spin
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_string.c 196 basic_string<_CharT, _Traits, _Alloc>::_M_append(const _CharT* __first, const _CharT* __last) {
197 if (__first != __last) {
198 size_type __n = __STATIC_CAST(size_type, __last - __first);
203 __new_finish = _STLP_PRIV __ucopy(__first, __last, __new_finish);
211 _STLP_PRIV __ucopy(__f1, __last, this->_M_finish + 1);
315 const _CharT* __first, const _CharT* __last,
318 if (__first != __last) {
319 const size_t __n = __last - __first;
327 if (!__self_ref || __last < __pos) {
328 _M_copy(__first, __last, __pos)
458 const_pointer __last = this->_M_Start() + (min)( __len - __n, __pos) + __n; local
474 const_iterator __last = begin() + (min)(__len - 1, __pos) + 1; local
503 const const_iterator __last = begin() + (min)(__len - 1, __pos) + 1; local
547 const_iterator __last = begin() + (min)(__len - 1, __pos) + 1; local
565 const_iterator __last = begin() + (min)(__len - 1, __pos) + 1; local
    [all...]
_threads.c 61 unsigned _STLP_mutex_spin<__inst>::__last = 0; member in class:__inst
122 unsigned __my_last_spins = _STLP_mutex_spin<0>::__last;
136 _STLP_mutex_spin<0>::__last = __i; member in class:_STLP_mutex_spin
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_string.c 196 basic_string<_CharT, _Traits, _Alloc>::_M_append(const _CharT* __first, const _CharT* __last) {
197 if (__first != __last) {
198 size_type __n = __STATIC_CAST(size_type, __last - __first);
203 __new_finish = _STLP_PRIV __ucopy(__first, __last, __new_finish);
211 _STLP_PRIV __ucopy(__f1, __last, this->_M_finish + 1);
315 const _CharT* __first, const _CharT* __last,
318 if (__first != __last) {
319 const size_t __n = __last - __first;
327 if (!__self_ref || __last < __pos) {
328 _M_copy(__first, __last, __pos)
458 const_pointer __last = this->_M_Start() + (min)( __len - __n, __pos) + __n; local
474 const_iterator __last = begin() + (min)(__len - 1, __pos) + 1; local
503 const const_iterator __last = begin() + (min)(__len - 1, __pos) + 1; local
547 const_iterator __last = begin() + (min)(__len - 1, __pos) + 1; local
565 const_iterator __last = begin() + (min)(__len - 1, __pos) + 1; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_vector.h 297 vector(_InputIterator __first, _InputIterator __last,
303 _M_initialize_dispatch(__first, __last, _Integral());
391 assign(_InputIterator __first, _InputIterator __last)
395 _M_assign_dispatch(__first, __last, _Integral());
886 _InputIterator __last)
890 _M_insert_dispatch(__position, __first, __last, _Integral());
930 erase(iterator __first, iterator __last);
    [all...]
stl_tempbuf.h 163 _Temporary_buffer(_ForwardIterator __first, _ForwardIterator __last);
181 _Temporary_buffer(_ForwardIterator __first, _ForwardIterator __last)
182 : _M_original_len(std::distance(__first, __last)),
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_vector.h 344 vector(_InputIterator __first, _InputIterator __last,
350 _M_initialize_dispatch(__first, __last, _Integral());
439 assign(_InputIterator __first, _InputIterator __last)
443 _M_assign_dispatch(__first, __last, _Integral());
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_vector.h 344 vector(_InputIterator __first, _InputIterator __last,
350 _M_initialize_dispatch(__first, __last, _Integral());
439 assign(_InputIterator __first, _InputIterator __last)
443 _M_assign_dispatch(__first, __last, _Integral());
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 297 vector(_InputIterator __first, _InputIterator __last,
303 _M_initialize_dispatch(__first, __last, _Integral());
391 assign(_InputIterator __first, _InputIterator __last)
395 _M_assign_dispatch(__first, __last, _Integral());
886 _InputIterator __last)
890 _M_insert_dispatch(__position, __first, __last, _Integral());
930 erase(iterator __first, iterator __last);
    [all...]
stl_tempbuf.h 163 _Temporary_buffer(_ForwardIterator __first, _ForwardIterator __last);
181 _Temporary_buffer(_ForwardIterator __first, _ForwardIterator __last)
182 : _M_original_len(std::distance(__first, __last)),
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 297 vector(_InputIterator __first, _InputIterator __last,
303 _M_initialize_dispatch(__first, __last, _Integral());
391 assign(_InputIterator __first, _InputIterator __last)
395 _M_assign_dispatch(__first, __last, _Integral());
886 _InputIterator __last)
890 _M_insert_dispatch(__position, __first, __last, _Integral());
930 erase(iterator __first, iterator __last);
    [all...]
stl_tempbuf.h 163 _Temporary_buffer(_ForwardIterator __first, _ForwardIterator __last);
181 _Temporary_buffer(_ForwardIterator __first, _ForwardIterator __last)
182 : _M_original_len(std::distance(__first, __last)),
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 297 vector(_InputIterator __first, _InputIterator __last,
303 _M_initialize_dispatch(__first, __last, _Integral());
391 assign(_InputIterator __first, _InputIterator __last)
395 _M_assign_dispatch(__first, __last, _Integral());
886 _InputIterator __last)
890 _M_insert_dispatch(__position, __first, __last, _Integral());
930 erase(iterator __first, iterator __last);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_vector.h 297 vector(_InputIterator __first, _InputIterator __last,
303 _M_initialize_dispatch(__first, __last, _Integral());
391 assign(_InputIterator __first, _InputIterator __last)
395 _M_assign_dispatch(__first, __last, _Integral());
886 _InputIterator __last)
890 _M_insert_dispatch(__position, __first, __last, _Integral());
930 erase(iterator __first, iterator __last);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_vector.h 344 vector(_InputIterator __first, _InputIterator __last,
350 _M_initialize_dispatch(__first, __last, _Integral());
439 assign(_InputIterator __first, _InputIterator __last)
443 _M_assign_dispatch(__first, __last, _Integral());
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_vector.h 344 vector(_InputIterator __first, _InputIterator __last,
350 _M_initialize_dispatch(__first, __last, _Integral());
439 assign(_InputIterator __first, _InputIterator __last)
443 _M_assign_dispatch(__first, __last, _Integral());
    [all...]

Completed in 1316 milliseconds

<<11121314151617181920>>