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

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
rc_string_base.h 152 _S_create(size_type, size_type, const _Alloc&);
379 _S_create(size_type __capacity, size_type __old_capacity,
385 std::__throw_length_error(__N("__rc_string_base::_Rep::_S_create"));
467 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity,
532 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
541 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
577 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a);
598 _Rep* __r = _Rep::_S_create(__n, size_type(0), __a);
665 _Rep* __r = _Rep::_S_create(_M_length() + __len2 - __len1,
691 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity()
    [all...]
  /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...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
cow_string.h 263 _S_create(size_type, size_type, const _Alloc&);
3150 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
3159 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
3195 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a);
3217 _Rep* __r = _Rep::_S_create(__n, size_type(0), __a);
3498 _Rep* __r = _Rep::_S_create(__new_size, this->capacity(), __a);
3575 _S_create(size_type __capacity, size_type __old_capacity,
3581 __throw_length_error(__N("basic_string::_S_create"));
3639 // ABI compatibility - 3.4.x set in _S_create both
3640 // _M_refcount and _M_length. All callers of _S_create
    [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...]

Completed in 93 milliseconds