OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_S_create
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
rc_string_base.h
148
_S_create
(size_type, size_type, const _Alloc&);
371
_S_create
(size_type __capacity, size_type __old_capacity,
377
std::__throw_length_error(__N("__rc_string_base::_Rep::
_S_create
"));
459
_Rep* __r = _Rep::
_S_create
(__requested_cap, _M_info._M_capacity,
524
_Rep* __r = _Rep::
_S_create
(__len, size_type(0), __a);
533
_Rep* __another = _Rep::
_S_create
(__len + 1, __len, __a);
569
_Rep* __r = _Rep::
_S_create
(__dnew, size_type(0), __a);
590
_Rep* __r = _Rep::
_S_create
(__n, size_type(0), __a);
657
_Rep* __r = _Rep::
_S_create
(_M_length() + __len2 - __len1,
683
_Rep* __r = _Rep::
_S_create
(__new_size, _M_capacity()
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
rc_string_base.h
148
_S_create
(size_type, size_type, const _Alloc&);
371
_S_create
(size_type __capacity, size_type __old_capacity,
377
std::__throw_length_error(__N("__rc_string_base::_Rep::
_S_create
"));
459
_Rep* __r = _Rep::
_S_create
(__requested_cap, _M_info._M_capacity,
524
_Rep* __r = _Rep::
_S_create
(__len, size_type(0), __a);
533
_Rep* __another = _Rep::
_S_create
(__len + 1, __len, __a);
569
_Rep* __r = _Rep::
_S_create
(__dnew, size_type(0), __a);
590
_Rep* __r = _Rep::
_S_create
(__n, size_type(0), __a);
657
_Rep* __r = _Rep::
_S_create
(_M_length() + __len2 - __len1,
683
_Rep* __r = _Rep::
_S_create
(__new_size, _M_capacity()
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
rc_string_base.h
148
_S_create
(size_type, size_type, const _Alloc&);
371
_S_create
(size_type __capacity, size_type __old_capacity,
377
std::__throw_length_error(__N("__rc_string_base::_Rep::
_S_create
"));
459
_Rep* __r = _Rep::
_S_create
(__requested_cap, _M_info._M_capacity,
524
_Rep* __r = _Rep::
_S_create
(__len, size_type(0), __a);
533
_Rep* __another = _Rep::
_S_create
(__len + 1, __len, __a);
569
_Rep* __r = _Rep::
_S_create
(__dnew, size_type(0), __a);
590
_Rep* __r = _Rep::
_S_create
(__n, size_type(0), __a);
657
_Rep* __r = _Rep::
_S_create
(_M_length() + __len2 - __len1,
683
_Rep* __r = _Rep::
_S_create
(__new_size, _M_capacity()
[
all
...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
rc_string_base.h
148
_S_create
(size_type, size_type, const _Alloc&);
371
_S_create
(size_type __capacity, size_type __old_capacity,
377
std::__throw_length_error(__N("__rc_string_base::_Rep::
_S_create
"));
459
_Rep* __r = _Rep::
_S_create
(__requested_cap, _M_info._M_capacity,
524
_Rep* __r = _Rep::
_S_create
(__len, size_type(0), __a);
533
_Rep* __another = _Rep::
_S_create
(__len + 1, __len, __a);
569
_Rep* __r = _Rep::
_S_create
(__dnew, size_type(0), __a);
590
_Rep* __r = _Rep::
_S_create
(__n, size_type(0), __a);
657
_Rep* __r = _Rep::
_S_create
(_M_length() + __len2 - __len1,
683
_Rep* __r = _Rep::
_S_create
(__new_size, _M_capacity()
[
all
...]
Completed in 51 milliseconds