Searched refs:__dnew (Results 1 - 16 of 16) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
H A Dsso_string_base.h443 size_type __dnew = static_cast<size_type>(std::distance(__beg, __end)); local
445 if (__dnew > size_type(_S_local_capacity))
447 _M_data(_M_create(__dnew, size_type(0)));
448 _M_capacity(__dnew);
460 _M_set_length(__dnew);
H A Drc_string_base.h566 const size_type __dnew = static_cast<size_type>(std::distance(__beg, local
569 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a);
577 __r->_M_set_length(__dnew);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
H A Dsso_string_base.h443 size_type __dnew = static_cast<size_type>(std::distance(__beg, __end)); local
445 if (__dnew > size_type(_S_local_capacity))
447 _M_data(_M_create(__dnew, size_type(0)));
448 _M_capacity(__dnew);
460 _M_set_length(__dnew);
H A Drc_string_base.h566 const size_type __dnew = static_cast<size_type>(std::distance(__beg, local
569 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a);
577 __r->_M_set_length(__dnew);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/ext/
H A Dsso_string_base.h443 size_type __dnew = static_cast<size_type>(std::distance(__beg, __end)); local
445 if (__dnew > size_type(_S_local_capacity))
447 _M_data(_M_create(__dnew, size_type(0)));
448 _M_capacity(__dnew);
460 _M_set_length(__dnew);
H A Drc_string_base.h566 const size_type __dnew = static_cast<size_type>(std::distance(__beg, local
569 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a);
577 __r->_M_set_length(__dnew);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
H A Dsso_string_base.h443 size_type __dnew = static_cast<size_type>(std::distance(__beg, __end)); local
445 if (__dnew > size_type(_S_local_capacity))
447 _M_data(_M_create(__dnew, size_type(0)));
448 _M_capacity(__dnew);
460 _M_set_length(__dnew);
H A Drc_string_base.h566 const size_type __dnew = static_cast<size_type>(std::distance(__beg, local
569 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a);
577 __r->_M_set_length(__dnew);
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
H A Dsso_string_base.h469 size_type __dnew = static_cast<size_type>(std::distance(__beg, __end)); local
471 if (__dnew > size_type(_S_local_capacity))
473 _M_data(_M_create(__dnew, size_type(0)));
474 _M_capacity(__dnew);
486 _M_set_length_no_wipe(__dnew);
H A Drc_string_base.h566 const size_type __dnew = static_cast<size_type>(std::distance(__beg, local
569 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a);
577 __r->_M_set_length(__dnew);
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
H A Dsso_string_base.h469 size_type __dnew = static_cast<size_type>(std::distance(__beg, __end)); local
471 if (__dnew > size_type(_S_local_capacity))
473 _M_data(_M_create(__dnew, size_type(0)));
474 _M_capacity(__dnew);
486 _M_set_length_no_wipe(__dnew);
H A Drc_string_base.h566 const size_type __dnew = static_cast<size_type>(std::distance(__beg, local
569 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a);
577 __r->_M_set_length(__dnew);
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
H A Dsso_string_base.h469 size_type __dnew = static_cast<size_type>(std::distance(__beg, __end)); local
471 if (__dnew > size_type(_S_local_capacity))
473 _M_data(_M_create(__dnew, size_type(0)));
474 _M_capacity(__dnew);
486 _M_set_length_no_wipe(__dnew);
H A Drc_string_base.h566 const size_type __dnew = static_cast<size_type>(std::distance(__beg, local
569 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a);
577 __r->_M_set_length(__dnew);
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
H A Dsso_string_base.h469 size_type __dnew = static_cast<size_type>(std::distance(__beg, __end)); local
471 if (__dnew > size_type(_S_local_capacity))
473 _M_data(_M_create(__dnew, size_type(0)));
474 _M_capacity(__dnew);
486 _M_set_length_no_wipe(__dnew);
H A Drc_string_base.h566 const size_type __dnew = static_cast<size_type>(std::distance(__beg, local
569 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a);
577 __r->_M_set_length(__dnew);

Completed in 84 milliseconds