HomeSort by relevance Sort by last modified time
    Searched full:__rsize (Results 1 - 13 of 13) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
sso_string_base.h 487 const size_type __rsize = __rcs._M_length(); local
490 if (__rsize > __capacity)
492 size_type __new_capacity = __rsize;
499 if (__rsize)
500 this->_S_copy(_M_data(), __rcs._M_data(), __rsize); local
502 _M_set_length(__rsize);
  /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 487 const size_type __rsize = __rcs._M_length(); local
490 if (__rsize > __capacity)
492 size_type __new_capacity = __rsize;
499 if (__rsize)
500 this->_S_copy(_M_data(), __rcs._M_data(), __rsize); local
502 _M_set_length(__rsize);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
sso_string_base.h 488 const size_type __rsize = __rcs._M_length(); local
491 if (__rsize > __capacity)
493 size_type __new_capacity = __rsize;
500 if (__rsize)
501 this->_S_copy(_M_data(), __rcs._M_data(), __rsize); local
503 _M_set_length(__rsize);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
sso_string_base.h 488 const size_type __rsize = __rcs._M_length(); local
491 if (__rsize > __capacity)
493 size_type __new_capacity = __rsize;
500 if (__rsize)
501 this->_S_copy(_M_data(), __rcs._M_data(), __rsize); local
503 _M_set_length(__rsize);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
sso_string_base.h 487 const size_type __rsize = __rcs._M_length(); local
490 if (__rsize > __capacity)
492 size_type __new_capacity = __rsize;
499 if (__rsize)
500 this->_S_copy(_M_data(), __rcs._M_data(), __rsize); local
502 _M_set_length(__rsize);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
sso_string_base.h 509 const size_type __rsize = __rcs._M_length(); local
512 if (__rsize > __capacity)
514 size_type __new_capacity = __rsize;
521 if (__rsize)
522 this->_S_copy(_M_data(), __rcs._M_data(), __rsize); local
524 _M_set_length(__rsize);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
sso_string_base.h 503 const size_type __rsize = __rcs._M_length(); local
506 if (__rsize > __capacity)
508 size_type __new_capacity = __rsize;
515 if (__rsize)
516 this->_S_copy(_M_data(), __rcs._M_data(), __rsize); local
518 _M_set_length(__rsize);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
sso_string_base.h 503 const size_type __rsize = __rcs._M_length(); local
506 if (__rsize > __capacity)
508 size_type __new_capacity = __rsize;
515 if (__rsize)
516 this->_S_copy(_M_data(), __rcs._M_data(), __rsize); local
518 _M_set_length(__rsize);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
sso_string_base.h 503 const size_type __rsize = __rcs._M_length(); local
506 if (__rsize > __capacity)
508 size_type __new_capacity = __rsize;
515 if (__rsize)
516 this->_S_copy(_M_data(), __rcs._M_data(), __rsize); local
518 _M_set_length(__rsize);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
sso_string_base.h 503 const size_type __rsize = __rcs._M_length(); local
506 if (__rsize > __capacity)
508 size_type __new_capacity = __rsize;
515 if (__rsize)
516 this->_S_copy(_M_data(), __rcs._M_data(), __rsize); local
518 _M_set_length(__rsize);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
sso_string_base.h 509 const size_type __rsize = __rcs._M_length(); local
512 if (__rsize > __capacity)
514 size_type __new_capacity = __rsize;
521 if (__rsize)
522 this->_S_copy(_M_data(), __rcs._M_data(), __rsize); local
524 _M_set_length(__rsize);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
sso_string_base.h 509 const size_type __rsize = __rcs._M_length(); local
512 if (__rsize > __capacity)
514 size_type __new_capacity = __rsize;
521 if (__rsize)
522 this->_S_copy(_M_data(), __rcs._M_data(), __rsize); local
524 _M_set_length(__rsize);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
sso_string_base.h 513 const size_type __rsize = __rcs._M_length(); local
516 if (__rsize > __capacity)
518 size_type __new_capacity = __rsize;
525 if (__rsize)
526 this->_S_copy(_M_data(), __rcs._M_data(), __rsize); local
528 _M_set_length(__rsize);

Completed in 947 milliseconds