HomeSort by: relevance | last modified time | path
    Searched defs:_S_create (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
rc_string_base.h 150 _S_create(size_type, size_type, const _Alloc&);
377 _S_create(size_type __capacity, size_type __old_capacity,
383 std::__throw_length_error(__N("__rc_string_base::_Rep::_S_create"));
465 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity,
530 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
539 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
575 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a);
596 _Rep* __r = _Rep::_S_create(__n, size_type(0), __a);
663 _Rep* __r = _Rep::_S_create(_M_length() + __len2 - __len1,
689 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity()
    [all...]
rc_string_base.h 150 _S_create(size_type, size_type, const _Alloc&);
377 _S_create(size_type __capacity, size_type __old_capacity,
383 std::__throw_length_error(__N("__rc_string_base::_Rep::_S_create"));
465 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity,
530 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
539 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
575 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a);
596 _Rep* __r = _Rep::_S_create(__n, size_type(0), __a);
663 _Rep* __r = _Rep::_S_create(_M_length() + __len2 - __len1,
689 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity()
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
cow_string.h 271 _S_create(size_type, size_type, const _Alloc&);
3060 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
3069 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
3105 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a);
3127 _Rep* __r = _Rep::_S_create(__n, size_type(0), __a);
3408 _Rep* __r = _Rep::_S_create(__new_size, this->capacity(), __a);
3485 _S_create(size_type __capacity, size_type __old_capacity,
3491 __throw_length_error(__N("basic_string::_S_create"));
3549 // ABI compatibility - 3.4.x set in _S_create both
3550 // _M_refcount and _M_length. All callers of _S_create
    [all...]
cow_string.h 271 _S_create(size_type, size_type, const _Alloc&);
3060 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
3069 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
3105 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a);
3127 _Rep* __r = _Rep::_S_create(__n, size_type(0), __a);
3408 _Rep* __r = _Rep::_S_create(__new_size, this->capacity(), __a);
3485 _S_create(size_type __capacity, size_type __old_capacity,
3491 __throw_length_error(__N("basic_string::_S_create"));
3549 // ABI compatibility - 3.4.x set in _S_create both
3550 // _M_refcount and _M_length. All callers of _S_create
    [all...]

Completed in 66 milliseconds