HomeSort by relevance Sort by last modified time
    Searched defs:__last (Results 51 - 75 of 118) sorted by null

1 23 4 5

  /external/stlport/stlport/stl/pointers/
_deque.h 178 deque(_InputIterator __first, _InputIterator __last,
181 : _M_impl(__first, __last,
187 insert(end(), __first, __last); local
193 deque(_InputIterator __first, _InputIterator __last)
195 : _M_impl(__first, __last) {}
197 { insert(end(), __first, __last); }
202 deque(const_pointer __first, const_pointer __last,
205 cast_traits::to_storage_type_cptr(__last),
208 deque(const_iterator __first, const_iterator __last,
211 ite_cast_traits::to_storage_type_cite(__last),
    [all...]
  /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.h 255 static unsigned __last; member in struct:_STLP_mutex_spin
_list.h 67 _Node_base* __first, _Node_base* __last);
324 list(_InputIterator __first, _InputIterator __last,
327 { _M_insert(begin(), __first, __last); } local
331 list(_InputIterator __first, _InputIterator __last)
333 { _M_insert(begin(), __first, __last); } local
336 list(const value_type* __first, const value_type* __last,
339 { _M_insert(begin(), __first, __last); } local
340 list(const_iterator __first, const_iterator __last,
343 { _M_insert(begin(), __first, __last); } local
438 void _M_insert(iterator __pos, _InputIterator __first, _InputIterator __last) {
636 iterator __last = end(); local
    [all...]
_vector.h 270 void _M_initialize_aux(_InputIterator __first, _InputIterator __last,
272 { _M_range_initialize(__first, __last, _STLP_ITERATOR_CATEGORY(__first, _InputIterator)); }
277 vector(_InputIterator __first, _InputIterator __last,
281 _M_initialize_aux(__first, __last, _Integral());
286 vector(_InputIterator __first, _InputIterator __last)
289 _M_initialize_aux(__first, __last, _Integral());
294 vector(const _Tp* __first, const _Tp* __last,
296 : _STLP_PRIV _Vector_base<_Tp, _Alloc>(__last - __first, __a) {
298 this->_M_finish = _STLP_PRIV __ucopy_ptrs(__first, __last, this->_M_start, _TrivialUCopy());
320 void _M_assign_aux(_ForwardIter __first, _ForwardIter __last, const forward_iterator_tag &)
355 insert(end(), __first, __last); local
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 178 deque(_InputIterator __first, _InputIterator __last,
181 : _M_impl(__first, __last,
187 insert(end(), __first, __last); local
193 deque(_InputIterator __first, _InputIterator __last)
195 : _M_impl(__first, __last) {}
197 { insert(end(), __first, __last); }
202 deque(const_pointer __first, const_pointer __last,
205 cast_traits::to_storage_type_cptr(__last),
208 deque(const_iterator __first, const_iterator __last,
211 ite_cast_traits::to_storage_type_cite(__last),
    [all...]
  /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.h 255 static unsigned __last; member in struct:_STLP_mutex_spin
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 178 deque(_InputIterator __first, _InputIterator __last,
181 : _M_impl(__first, __last,
187 insert(end(), __first, __last); local
193 deque(_InputIterator __first, _InputIterator __last)
195 : _M_impl(__first, __last) {}
197 { insert(end(), __first, __last); }
202 deque(const_pointer __first, const_pointer __last,
205 cast_traits::to_storage_type_cptr(__last),
208 deque(const_iterator __first, const_iterator __last,
211 ite_cast_traits::to_storage_type_cite(__last),
    [all...]
  /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...]
_threads.h 255 static unsigned __last; member in struct:_STLP_mutex_spin
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 178 deque(_InputIterator __first, _InputIterator __last,
181 : _M_impl(__first, __last,
187 insert(end(), __first, __last); local
193 deque(_InputIterator __first, _InputIterator __last)
195 : _M_impl(__first, __last) {}
197 { insert(end(), __first, __last); }
202 deque(const_pointer __first, const_pointer __last,
205 cast_traits::to_storage_type_cptr(__last),
208 deque(const_iterator __first, const_iterator __last,
211 ite_cast_traits::to_storage_type_cite(__last),
    [all...]
  /prebuilts/ndk/7/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.h 255 static unsigned __last; member in struct:_STLP_mutex_spin
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 178 deque(_InputIterator __first, _InputIterator __last,
181 : _M_impl(__first, __last,
187 insert(end(), __first, __last); local
193 deque(_InputIterator __first, _InputIterator __last)
195 : _M_impl(__first, __last) {}
197 { insert(end(), __first, __last); }
202 deque(const_pointer __first, const_pointer __last,
205 cast_traits::to_storage_type_cptr(__last),
208 deque(const_iterator __first, const_iterator __last,
211 ite_cast_traits::to_storage_type_cite(__last),
    [all...]
  /prebuilts/ndk/8/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.h 255 static unsigned __last; member in struct:_STLP_mutex_spin
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 178 deque(_InputIterator __first, _InputIterator __last,
181 : _M_impl(__first, __last,
187 insert(end(), __first, __last); local
193 deque(_InputIterator __first, _InputIterator __last)
195 : _M_impl(__first, __last) {}
197 { insert(end(), __first, __last); }
202 deque(const_pointer __first, const_pointer __last,
205 cast_traits::to_storage_type_cptr(__last),
208 deque(const_iterator __first, const_iterator __last,
211 ite_cast_traits::to_storage_type_cite(__last),
    [all...]
  /external/stlport/stlport/stl/
_list.h 67 _Node_base* __first, _Node_base* __last);
324 list(_InputIterator __first, _InputIterator __last,
327 { _M_insert(begin(), __first, __last); } local
331 list(_InputIterator __first, _InputIterator __last)
333 { _M_insert(begin(), __first, __last); } local
336 list(const value_type* __first, const value_type* __last,
339 { _M_insert(begin(), __first, __last); } local
340 list(const_iterator __first, const_iterator __last,
343 { _M_insert(begin(), __first, __last); } local
438 void _M_insert(iterator __pos, _InputIterator __first, _InputIterator __last) {
636 iterator __last = end(); local
    [all...]
_vector.h 270 void _M_initialize_aux(_InputIterator __first, _InputIterator __last,
272 { _M_range_initialize(__first, __last, _STLP_ITERATOR_CATEGORY(__first, _InputIterator)); }
277 vector(_InputIterator __first, _InputIterator __last,
281 _M_initialize_aux(__first, __last, _Integral());
286 vector(_InputIterator __first, _InputIterator __last)
289 _M_initialize_aux(__first, __last, _Integral());
294 vector(const _Tp* __first, const _Tp* __last,
296 : _STLP_PRIV _Vector_base<_Tp, _Alloc>(__last - __first, __a) {
298 this->_M_finish = _STLP_PRIV __ucopy_ptrs(__first, __last, this->_M_start, _TrivialUCopy());
320 void _M_assign_aux(_ForwardIter __first, _ForwardIter __last, const forward_iterator_tag &)
355 insert(end(), __first, __last); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
hashtable.h 225 const unsigned long* __last = __stl_prime_list + (int)_S_num_primes; local
226 const unsigned long* pos = std::lower_bound(__first, __last, __n);
227 return pos == __last ? *(__last - 1) : *pos;
553 erase(iterator __first, iterator __last);
559 erase(const_iterator __first, const_iterator __last);
622 _M_erase_bucket(const size_type __n, _Node* __first, _Node* __last);
625 _M_erase_bucket(const size_type __n, _Node* __last);
960 erase(iterator __first, iterator __last)
965 size_type __l_bucket = __last._M_cur ? _M_bkt_num(__last._M_cur->_M_val
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
forward_list.h 362 typename _Node_base::_Pointer __last);
486 forward_list(_InputIterator __first, _InputIterator __last,
492 _M_initialize_dispatch(__first, __last, _Integral());
598 assign(_InputIterator __first, _InputIterator __last)
601 insert_after(cbefore_begin(), __first, __last); local
897 _InputIterator __first, _InputIterator __last)
899 forward_list __tmp(__first, __last, this->get_allocator());
969 erase_after(const_iterator __pos, iterator __last)
972 return iterator(this->_M_erase_after(__tmp, &*__last._M_node));
    [all...]
stl_bvector.h 354 __fill_bvector(_Bit_iterator __first, _Bit_iterator __last, bool __x)
356 for (; __first != __last; ++__first)
361 fill(_Bit_iterator __first, _Bit_iterator __last, const bool& __x)
363 if (__first._M_p != __last._M_p)
365 std::fill(__first._M_p + 1, __last._M_p, __x ? ~0 : 0);
367 __fill_bvector(_Bit_iterator(__last._M_p, 0), __last, __x); local
370 __fill_bvector(__first, __last, __x);
539 vector(_InputIterator __first, _InputIterator __last,
544 _M_initialize_dispatch(__first, __last, _Integral())
946 insert(end(), __first, __last); local
962 insert(end(), __mid, __last); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/backward/
hashtable.h 243 const unsigned long* __last = __first + (int)_S_num_primes; local
244 const unsigned long* pos = std::lower_bound(__first, __last, __n);
245 return pos == __last ? *(__last - 1) : *pos;
573 erase(iterator __first, iterator __last);
579 erase(const_iterator __first, const_iterator __last);
642 _M_erase_bucket(const size_type __n, _Node* __first, _Node* __last);
645 _M_erase_bucket(const size_type __n, _Node* __last);
980 erase(iterator __first, iterator __last)
985 size_type __l_bucket = __last._M_cur ? _M_bkt_num(__last._M_cur->_M_val
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
forward_list.h 373 _Fwd_list_node_base* __last);
496 forward_list(_InputIterator __first, _InputIterator __last,
502 _M_initialize_dispatch(__first, __last, _Integral());
607 assign(_InputIterator __first, _InputIterator __last)
610 insert_after(cbefore_begin(), __first, __last); local
904 _InputIterator __first, _InputIterator __last);
965 erase_after(const_iterator __pos, const_iterator __last)
969 (__last._M_node))); }
    [all...]

Completed in 512 milliseconds

1 23 4 5