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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
sso_string_base.h 217 size_type __len2);
540 size_type __len2)
544 size_type __new_capacity = _M_length() + __len2 - __len1;
549 if (__s && __len2)
550 this->_S_copy(__r + __pos, __s, __len2);
552 this->_S_copy(__r + __pos + __len2,
rc_string_base.h 350 size_type __len2);
653 size_type __len2)
657 _Rep* __r = _Rep::_S_create(_M_length() + __len2 - __len1,
662 if (__s && __len2)
663 this->_S_copy(__r->_M_refdata() + __pos, __s, __len2);
665 this->_S_copy(__r->_M_refdata() + __pos + __len2,
vstring.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
sso_string_base.h 217 size_type __len2);
540 size_type __len2)
544 size_type __new_capacity = _M_length() + __len2 - __len1;
549 if (__s && __len2)
550 this->_S_copy(__r + __pos, __s, __len2);
552 this->_S_copy(__r + __pos + __len2,
rc_string_base.h 350 size_type __len2);
653 size_type __len2)
657 _Rep* __r = _Rep::_S_create(_M_length() + __len2 - __len1,
662 if (__s && __len2)
663 this->_S_copy(__r->_M_refdata() + __pos, __s, __len2);
665 this->_S_copy(__r->_M_refdata() + __pos + __len2,
vstring.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algo.h 3174 _DistanceType __len2 = std::distance(__middle, __last); local
3231 const _DistanceType __len2 = std::distance(__middle, __last); local
    [all...]
stl_algobase.h 905 const size_t __len2 = __last2 - __first2; local
907 std::min(__len1, __len2));
908 return __result != 0 ? __result < 0 : __len1 < __len2;
    [all...]
basic_string.h 420 _M_mutate(size_type __pos, size_type __len1, size_type __len2);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_algo.h 3174 _DistanceType __len2 = std::distance(__middle, __last); local
3231 const _DistanceType __len2 = std::distance(__middle, __last); local
    [all...]
stl_algobase.h 905 const size_t __len2 = __last2 - __first2; local
907 std::min(__len1, __len2));
908 return __result != 0 ? __result < 0 : __len1 < __len2;
    [all...]
basic_string.h 420 _M_mutate(size_type __pos, size_type __len1, size_type __len2);
    [all...]

Completed in 388 milliseconds