HomeSort by relevance Sort by last modified time
    Searched defs:__end (Results 1 - 5 of 5) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
sso_string_base.h 104 _M_construct_aux(_InIterator __beg, _InIterator __end,
108 _M_construct(__beg, __end, _Tag());
115 _M_construct_aux(_Integer __beg, _Integer __end, std::__true_type)
116 { _M_construct(static_cast<size_type>(__beg), __end); } local
120 _M_construct(_InIterator __beg, _InIterator __end)
123 _M_construct_aux(__beg, __end, _Integral());
129 _M_construct(_InIterator __beg, _InIterator __end,
136 _M_construct(_FwdIterator __beg, _FwdIterator __end,
194 __sso_string_base(_InputIterator __beg, _InputIterator __end,
378 __sso_string_base(_InputIterator __beg, _InputIterator __end,
452 { _S_copy_chars(_M_data(), __beg, __end); } local
    [all...]
  /external/stlport/stlport/stl/
_vector.h 571 iterator __end = end(); local
572 for (; __src != __end; ++__dst, ++__src) {
590 iterator __end = end(); local
591 for (; __dst != __last && __src != __end; ++__dst, ++__src) {
598 _STLP_STD::_Destroy_Moved_Range(__last, __end);
602 for (; __src != __end; ++__dst, ++__src) {
606 _STLP_STD::_Destroy_Moved_Range(__dst, __end);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_vector.h 571 iterator __end = end(); local
572 for (; __src != __end; ++__dst, ++__src) {
590 iterator __end = end(); local
591 for (; __dst != __last && __src != __end; ++__dst, ++__src) {
598 _STLP_STD::_Destroy_Moved_Range(__last, __end);
602 for (; __src != __end; ++__dst, ++__src) {
606 _STLP_STD::_Destroy_Moved_Range(__dst, __end);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
formatter.h 133 __end, // past-the-end, may be at beginning if sequence empty enumerator in enum:__gnu_debug::_Error_formatter::_Iterator_state
228 _M_variant._M_iterator._M_state = __end;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_algo.h 1826 _ForwardIterator __end = std::__inplace_stable_partition(__middle, __last, local
1871 _ForwardIterator __end = local
    [all...]

Completed in 36 milliseconds