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

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
sso_string_base.h 70 _M_length(size_type __length)
156 _M_length() const
179 _M_length(__n);
253 if (_M_length() && __rcs._M_length())
263 else if (__rcs._M_length())
267 _M_length(__rcs._M_length());
271 else if (_M_length())
275 __rcs._M_length(_M_length())
    [all...]
rc_string_base.h 51 * _M_length
100 // 1. String really contains _M_length + 1 characters: due to 21.3.4
102 // 2. _M_capacity >= _M_length
117 size_type _M_length;
144 _M_info._M_length = __n;
288 _M_length() const
289 { return _M_rep()->_M_info._M_length; }
466 const size_type __requested_cap = _M_info._M_length + __res;
470 if (_M_info._M_length)
471 __rc_string_base::_S_copy(__r->_M_refdata(), _M_refdata(), _M_info._M_length);
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
sso_string_base.h 68 _M_length(size_type __length)
154 _M_length() const
177 _M_length(__n);
251 if (_M_length() && __rcs._M_length())
261 else if (__rcs._M_length())
265 _M_length(__rcs._M_length());
269 else if (_M_length())
273 __rcs._M_length(_M_length())
    [all...]
rc_string_base.h 49 * _M_length
98 // 1. String really contains _M_length + 1 characters: due to 21.3.4
100 // 2. _M_capacity >= _M_length
115 size_type _M_length;
142 _M_info._M_length = __n;
286 _M_length() const
287 { return _M_rep()->_M_info._M_length; }
464 const size_type __requested_cap = _M_info._M_length + __res;
468 if (_M_info._M_length)
469 __rc_string_base::_S_copy(__r->_M_refdata(), _M_refdata(), _M_info._M_length);
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
basic_string.h 222 _M_length(size_type __length)
261 _M_length(__n);
697 // Must use _M_length() here not _M_set_length() because
700 _M_length(__str.length());
730 _M_length(__str.length());
737 _M_length(__str.length());
904 _M_length(__str.length());
3529 // Allow basic_stringbuf::__xfer_bufptrs to call _M_length:
stl_iterator.h 2359 : _M_current(std::move(__i)), _M_length(__n)
2366 : _M_current(__x._M_current), _M_length(__x._M_length)
2375 _M_length = __x._M_length;
2392 count() const noexcept { return _M_length; }
2399 __glibcxx_assert( _M_length > 0 );
2409 __glibcxx_assert( _M_length > 0 );
2422 __glibcxx_assert(_M_length > 0);
2424 --_M_length;
    [all...]
cow_string.h 73 * _M_length
143 // 1. String really contains _M_length + 1 characters: due to 21.3.4
145 // 2. _M_capacity >= _M_length
157 size_type _M_length;
243 this->_M_length = __n;
911 if (_S_empty_rep()._M_length != 0)
914 return _M_rep()->_M_length;
3640 // _M_refcount and _M_length. All callers of _S_create
3641 // in basic_string.tcc then set just _M_length.
3642 // In 4.0.x and later both _M_refcount and _M_length
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
stl_iterator.h 2348 : _M_current(std::move(__i)), _M_length(__n)
2355 : _M_current(__x._M_current), _M_length(__x._M_length)
2364 _M_length = __x._M_length;
2381 count() const noexcept { return _M_length; }
2388 __glibcxx_assert( _M_length > 0 );
2398 __glibcxx_assert( _M_length > 0 );
2411 __glibcxx_assert(_M_length > 0);
2413 --_M_length;
    [all...]
basic_string.h 230 _M_length(size_type __length)
269 _M_length(__n);
695 // Must use _M_length() here not _M_set_length() because
698 _M_length(__str.length());
728 _M_length(__str.length());
735 _M_length(__str.length());
903 _M_length(__str.length());
3393 // Allow basic_stringbuf::__xfer_bufptrs to call _M_length:
cow_string.h 81 * _M_length
151 // 1. String really contains _M_length + 1 characters: due to 21.3.4
153 // 2. _M_capacity >= _M_length
165 size_type _M_length;
251 this->_M_length = __n;
919 if (_S_empty_rep()._M_length != 0)
922 return _M_rep()->_M_length;
3550 // _M_refcount and _M_length. All callers of _S_create
3551 // in basic_string.tcc then set just _M_length.
3552 // In 4.0.x and later both _M_refcount and _M_length
    [all...]

Completed in 98 milliseconds